]> git.baikalelectronics.ru Git - kernel.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)
commitd8877fe3dfa4c81d125b3535cb206af3a6ad8333
tree9d6d863a24a6bbd89836c669e2b6a854e5b18be3
parentb87fcfd4345c84fc12021161d24b4aeb3c8a7a52
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