gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 20 Dec 2023 16:16:29 +0000 (17:16 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 20 Dec 2023 20:29:40 +0000 (21:29 +0100)
commit4d927b03a68846e4e791ccde6b4c274df02f11e9
treed43ded1a418bf2ad03f884a9ea4e079d4069e0eb
parent015af1af44003fff797f8632e940824c07d282bf
gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn

This function checks whether the filesystem has been been marked to be
withdrawn eventually or has been withdrawn already.  Rename this
function to avoid confusing code like checking for gfs2_withdrawing()
when gfs2_withdrawn() has already returned true.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
15 files changed:
fs/gfs2/aops.c
fs/gfs2/file.c
fs/gfs2/glock.c
fs/gfs2/glops.c
fs/gfs2/lock_dlm.c
fs/gfs2/log.c
fs/gfs2/meta_io.c
fs/gfs2/ops_fstype.c
fs/gfs2/quota.c
fs/gfs2/recovery.c
fs/gfs2/super.c
fs/gfs2/sys.c
fs/gfs2/trans.c
fs/gfs2/util.c
fs/gfs2/util.h