Re: [PATCH v2] btrfs: free-space-cache: Fix error return code in __load_free_space_cache

From: David Sterba
Date: Tue Dec 15 2020 - 12:27:35 EST


On Mon, Dec 07, 2020 at 09:56:12PM +0800, Zhihao Cheng wrote:
> Fix to return the error code(instead always 0) when memory allocating
> failed in __load_free_space_cache().
>
> This lacks the analysis of consequences, so there's only one caller and

By "This lacks the analysis of consequences" I was referring to
changelog in your patch and I did not expect you copy&paste it verbatim
to the next patch :)

Anyway, updated patch added to misc-next, thanks.