gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
authorBob Peterson <rpeterso@redhat.com>
Tue, 7 May 2019 18:27:44 +0000 (13:27 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 27 Jun 2019 19:26:35 +0000 (21:26 +0200)
commit04aea0ca14f025828c22d8ef586ff59d0be2f98b
tree0a166fe756e1f3bbabb592481919899c171921e6
parentd14e1ca305fc27dbceabad64bf5158b35d8864c8
gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN

Before this patch, the superblock flag indicating when a file system
is withdrawn was called SDF_SHUTDOWN. This patch simply renames it to
the more obvious SDF_WITHDRAWN.

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/incore.h
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