Re: [PATCH] gfs2: uninitialized variable in __gfs2_iomap_get()

From: Andreas Gruenbacher
Date: Wed Oct 25 2023 - 08:36:51 EST


Dan,

On Wed, Oct 25, 2023 at 1:57 PM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote:
> The "ret" variable is uninitialized when we goto out because
> gfs2_is_stuffed(ip).
>
> Fixes: 2cd225820b91 ("gfs2: Initialize metapaths outside of __gfs2_iomap_get")

thanks for catching this. I've fixed that patch directly.

Andreas