Re: [PATCH] gfs2: Fix memory leak in gfs2_make_fs_rw()
Andreas Gruenbacher <[email protected]>
| Newsgroups | dev.linux.lists.gfs2,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAHc6FU6qN_ddCOMpkdow4k21=DjzhUVdY-rgy-7Zb8_SwTz-bQ@mail.gmail.com> |
On Thu, Feb 5, 2026 at 2:53 PM Qing Wong <[email protected]> wrote: > From: Qing Wang <[email protected]> > > 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