[GIT PULL] GFS2 fixes for 5.10-rc3

From: Andreas Gruenbacher
Date: Thu Nov 12 2020 - 17:23:57 EST


Hi Linus,

please consider pulling the following additional gfs2 fixes on top of 5.10-rc3.

Thank you very much,
Andreas

The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091:

Linux 5.10-rc3 (2020-11-08 16:10:16 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.10-rc3-fixes

for you to fetch changes up to 4e79e3f08e576acd51dffb4520037188703238b3:

gfs2: Fix case in which ail writes are done to jdata holes (2020-11-12 18:55:20 +0100)

----------------------------------------------------------------
Fix jdata data corruption and glock reference leak

----------------------------------------------------------------
Bob Peterson (2):
Revert "gfs2: Ignore journal log writes for jdata holes"
gfs2: Fix case in which ail writes are done to jdata holes

Zhang Qilong (1):
gfs2: fix possible reference leak in gfs2_check_blk_type

fs/gfs2/aops.c | 2 +-
fs/gfs2/bmap.c | 8 ++------
fs/gfs2/log.c | 2 ++
fs/gfs2/rgrp.c | 10 +++++-----
4 files changed, 10 insertions(+), 12 deletions(-)