[GIT PULL] gfs2: Fix memory leak on filesystem withdraw
From: Andreas Gruenbacher
Date: Fri Aug 28 2020 - 09:51:19 EST
Hi Linus,
could you please pull the following gfs2 fix?
We didn't detect this bug because we have slab merging on by default
(CONFIG_SLAB_MERGE_DEFAULT). Adding "slub_nomerge" to the kernel
command line exposed the problem.
Thanks,
Andreas
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.9-rc2-fixes
for you to fetch changes up to 462582b99b6079a6fbcdfc65bac49f5c2a27cfff:
gfs2: add some much needed cleanup for log flushes that fail (2020-08-24 13:54:07 +0200)
----------------------------------------------------------------
Fix memory leak on filesystem withdraw
----------------------------------------------------------------
Bob Peterson (1):
gfs2: add some much needed cleanup for log flushes that fail
fs/gfs2/log.c | 31 +++++++++++++++++++++++++++++++
fs/gfs2/trans.c | 1 +
2 files changed, 32 insertions(+)