[GIT PULL] Various minor gfs2 cleanups and fixes

From: Andreas Gruenbacher
Date: Tue Jun 29 2021 - 06:27:23 EST


Hi Linus,

please consider pulling the following gfs2 changes for 5.14.

Thanks a lot,
Andreas

The following changes since commit 62fb9874f5da54fdb243003b386128037319b219:

Linux 5.13 (2021-06-27 15:21:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7a607a41cdc6c6f27b8e234cb44ce57070513dac:

gfs2: Clean up gfs2_unstuff_dinode (2021-06-29 10:56:51 +0200)

----------------------------------------------------------------
Various minor gfs2 cleanups and fixes

----------------------------------------------------------------
Andreas Gruenbacher (6):
gfs2: Fix do_gfs2_set_flags description
gfs2: Fix underflow in gfs2_page_mkwrite
gfs2: Fix error handling in init_statfs
gfs2: Clean up the error handling in gfs2_page_mkwrite
gfs2: Unstuff before locking page in gfs2_page_mkwrite
gfs2: Clean up gfs2_unstuff_dinode

Baokun Li (1):
gfs2: Use list_move_tail instead of list_del/list_add_tail

fs/gfs2/bmap.c | 62 ++++++++++++++++++++---------------------
fs/gfs2/bmap.h | 2 +-
fs/gfs2/dir.c | 2 +-
fs/gfs2/file.c | 79 ++++++++++++++++++++++++++++++++--------------------
fs/gfs2/glock.c | 3 +-
fs/gfs2/ops_fstype.c | 1 +
fs/gfs2/quota.c | 2 +-
7 files changed, 85 insertions(+), 66 deletions(-)