From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 20 Jun 2017 09:11:02 +0000 Subject: Re: [PATCH] btrfs: use new block error code Message-Id: <20170620091102.GB10272@lst.de> List-Id: References: <20170619105536.GA24075@elgon.mountain> In-Reply-To: <20170619105536.GA24075@elgon.mountain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Chris Mason , Christoph Hellwig , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, linux-block@vger.kernel.org, Jens Axboe , kernel-janitors@vger.kernel.org On Mon, Jun 19, 2017 at 01:55:37PM +0300, Dan Carpenter wrote: > This function is supposed to return blk_status_t error codes now but > there was a stray -ENOMEM left behind. > > Fixes: 4e4cbee93d56 ("block: switch bios to blk_status_t") > Signed-off-by: Dan Carpenter Looks fine, Acked-by: Christoph Hellwig