From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp1040.oracle.com ([141.146.126.69]:22346 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750739AbdFGJFC (ORCPT ); Wed, 7 Jun 2017 05:05:02 -0400 Subject: Re: [PATCH 2/8] btrfs: btrfs_bio_alloc never fails, skip error handling To: linux-btrfs@vger.kernel.org References: Cc: David Sterba From: Anand Jain Message-ID: Date: Wed, 7 Jun 2017 17:11:08 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 06/03/17 00:58, David Sterba wrote: > Update direct callers of btrfs_bio_alloc that do error handling, that we > can now remove. Reviewed-by: Anand Jain