From: Ross Zwisler Subject: Re: [PATCH 15/19] ext4: Simplify error handling in ext4_dax_huge_fault() Date: Fri, 13 Oct 2017 14:09:17 -0600 Message-ID: <20171013200917.GD29081@linux.intel.com> References: <20171011200603.27442-1-jack@suse.cz> <20171011200603.27442-16-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org, Christoph Hellwig , Dan Williams , Ross Zwisler , Ted Tso , "Darrick J. Wong" To: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <20171011200603.27442-16-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Wed, Oct 11, 2017 at 10:05:59PM +0200, Jan Kara wrote: > If transaction starting fails, just bail out of the function immediately > instead of checking for that condition throughout the function. > > Signed-off-by: Jan Kara Yep, looks correct and is cleaner: Reviewed-by: Ross Zwisler