[GIT PULL] gfs2 fixes

From: Andreas Gruenbacher
Date: Tue Aug 08 2023 - 12:48:11 EST


Hi Linus,

please consider pulling the following two gfs2 fixes.

Thanks,
Andreas

The following changes since commit 94c76955e86a5a4f16a1d690b66dcc268c156e6a:

Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2023-07-04 11:45:16 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v6.4-fixes

for you to fetch changes up to 0be8432166a61abc537e1247e530f4b85970b56b:

gfs2: Don't use filemap_splice_read (2023-08-07 18:42:04 +0200)

----------------------------------------------------------------
gfs2 fixes

- Fix a freeze consistency check in gfs2_trans_add_meta().

- Don't use filemap_splice_read as it can cause deadlocks on gfs2.

----------------------------------------------------------------
Andreas Gruenbacher (1):
gfs2: Fix freeze consistency check in gfs2_trans_add_meta

Bob Peterson (1):
gfs2: Don't use filemap_splice_read

fs/gfs2/file.c | 4 ++--
fs/gfs2/trans.c | 14 ++++++++++----
2 files changed, 12 insertions(+), 6 deletions(-)