]> asedeno.scripts.mit.edu Git - linux.git/commit
gfs2: Introduce function gfs2_withdrawn
authorBob Peterson <rpeterso@redhat.com>
Thu, 14 Nov 2019 14:52:15 +0000 (09:52 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 14 Nov 2019 18:46:18 +0000 (19:46 +0100)
commiteb43e660c094029fc1165e2641ce06c153129bdd
tree9d6d863a24a6bbd89836c669e2b6a854e5b18be3
parentfe5e7ba11fcf1d75af8173836309e8562aefedef
gfs2: Introduce function gfs2_withdrawn

Add function gfs2_withdrawn and replace all checks for the SDF_WITHDRAWN
bit to call it. This does not change the logic or function of gfs2, and
it facilitates later improvements to the withdraw sequence.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/aops.c
fs/gfs2/file.c
fs/gfs2/glock.c
fs/gfs2/glops.c
fs/gfs2/meta_io.c
fs/gfs2/ops_fstype.c
fs/gfs2/quota.c
fs/gfs2/super.c
fs/gfs2/sys.c
fs/gfs2/util.c
fs/gfs2/util.h