Re: [PATCH 15/19] ext4: Simplify error handling in ext4_dax_huge_fault()
From: Ross Zwisler <hidden>
Date: 2017-10-13 20:09:19
Also in:
linux-fsdevel, linux-xfs
From: Ross Zwisler <hidden>
Date: 2017-10-13 20:09:19
Also in:
linux-fsdevel, linux-xfs
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 <jack@suse.cz>
Yep, looks correct and is cleaner: Reviewed-by: Ross Zwisler <redacted>