From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751437AbcAACeh (ORCPT ); Thu, 31 Dec 2015 21:34:37 -0500 Received: from mail-qk0-f179.google.com ([209.85.220.179]:34393 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029AbcAACef (ORCPT ); Thu, 31 Dec 2015 21:34:35 -0500 Date: Thu, 31 Dec 2015 21:34:31 -0500 From: Tejun Heo To: Insu Yun Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, taesoo@gatech.edu, yeongjin.jang@gatech.edu, insu@gatech.edu, changwoo@gatech.edu Subject: Re: [PATCH] ata: correctly handling failed allocation Message-ID: <20160101023431.GA3779@htj.duckdns.org> References: <1451424075-19654-1-git-send-email-wuninsu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451424075-19654-1-git-send-email-wuninsu@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 29, 2015 at 04:21:15PM -0500, Insu Yun wrote: > Since kzalloc can be failed in memory pressure, return error when failed. > > Signed-off-by: Insu Yun Applied to libata/for-4.5. Thanks. -- tejun