Re: [PATCH] gfs2: Fix memory leak in gfs2_make_fs_rw()
From: Andreas Gruenbacher
Date: Sun Feb 08 2026 - 07:55:32 EST
On Thu, Feb 5, 2026 at 2:53 PM Qing Wong <wangqing7171@xxxxxxxxx> wrote:
> From: Qing Wang <wangqing7171@xxxxxxxxx>
>
> If gfs2_quota_init() success and filesystem is withdrawn, need to cleanup
> by gfs2_quota_cleanup() to avoid memory leak.
This is already taken care of by commit da6f5bbc2e79 ("gfs2: fix
memory leaks in gfs2_fill_super error path") now.
Thanks,
Andreas