Re: [PATCH v2] btrfs/extent_map: Remove unneeded variable "ret"

From: David Sterba
Date: Tue Sep 11 2018 - 11:44:09 EST


On Thu, Aug 23, 2018 at 07:31:40PM +0800, zhong jiang wrote:
> Hi, dsterba
>
> Can you pick up the patch? Thanks

Please send one patch per changed function with relevant changelog that
the return value is not used and that no callees could potentially
return an error that would need to be passed.