Re: [PATCH 1/2] bcachefs: acl: Uninitialized variable in bch2_acl_chmod()

From: Kent Overstreet
Date: Tue Sep 19 2023 - 16:57:49 EST


On Fri, Sep 15, 2023 at 03:55:40PM +0300, Dan Carpenter wrote:
> The clean up code at the end of the function uses "acl" so it needs
> to be initialized to NULL.
>
> Fixes: 53306e096d91 ("bcachefs: Always check for transaction restarts")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

Thanks, applied