[GIT PULL] gfs2 fixes for 5.12-rc3

From: Andreas Gruenbacher
Date: Fri Mar 12 2021 - 11:20:43 EST


Hi Linus,

please consider pulling the following gfs2 fixes.

Thanks,
Andreas

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.12-rc2-fixes

for you to fetch changes up to 0efc4976e3da40b09c592b21f722022d8f12a16b:

gfs2: bypass log flush if the journal is not live (2021-03-12 15:52:48 +0100)

----------------------------------------------------------------
Various gfs2 fixes

----------------------------------------------------------------
Bob Peterson (3):
gfs2: fix use-after-free in trans_drain
gfs2: bypass signal_our_withdraw if no journal
gfs2: bypass log flush if the journal is not live

Yang Li (1):
gfs2: make function gfs2_make_fs_ro() to void type

fs/gfs2/log.c | 6 +++++-
fs/gfs2/ops_fstype.c | 4 +---
fs/gfs2/super.c | 10 ++--------
fs/gfs2/super.h | 2 +-
fs/gfs2/trans.c | 2 ++
fs/gfs2/util.c | 17 +++++++++++------
6 files changed, 22 insertions(+), 19 deletions(-)