]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 16 Jul 2025 13:18:09 +0000 (15:18 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:52:26 +0000 (23:52 +0000)
commit1714e8543dbe21bbd33e62df926552f943f8f5cd
treeb4ea6bdf290b9327431af3741820972f173781e5
parentfab27b49305c8cabe9c5bf91a66f8ca4884c1aec
gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}

GFS sets the LM_FLAG_NOEXP flag on locking requests it makes during
journal recovery, so rename the flag to LM_FLAG_RECOVER for improved
code readability.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/ops_fstype.c
fs/gfs2/recovery.c
fs/gfs2/super.c
fs/gfs2/util.c