gfs2: Add SDF_DEACTIVATING super block flag
authorBob Peterson <rpeterso@redhat.com>
Tue, 6 Dec 2022 16:27:14 +0000 (17:27 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 31 Jan 2023 21:40:24 +0000 (22:40 +0100)
commit1c9001515e8adc0743c6ae0707dc6f3aac926d0e
tree48c6341c0ad376c3e7a0164e536a30489f2f7aa7
parentfd5f446f0b3d529e55cf2f81f3b994a7216808ca
gfs2: Add SDF_DEACTIVATING super block flag

Add a new SDF_DEACTIVATING super block flag that is set when the
filesystem has started to deactivate. This will be used in the next
patch to stop and drain the delete work during unmount.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/incore.h
fs/gfs2/ops_fstype.c
fs/gfs2/sys.c