diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2023-08-23 15:53:13 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2023-09-05 15:58:16 +0200 |
commit | e7beb8b6de1a6d6956fe0652d85cf356416ce4d9 (patch) | |
tree | 83d3d2ba3c34bb54fac9c7ff3c8a16a0bdfcbbe8 /fs/gfs2/incore.h | |
parent | 3c69c437bf9832d2201702c5ccc3b8a77a7e0aa3 (diff) | |
download | linux-e7beb8b6de1a6d6956fe0652d85cf356416ce4d9.tar.gz linux-e7beb8b6de1a6d6956fe0652d85cf356416ce4d9.tar.bz2 linux-e7beb8b6de1a6d6956fe0652d85cf356416ce4d9.zip |
gfs2: Rename SDF_DEACTIVATING to SDF_KILL
Rename the SDF_DEACTIVATING flag to SDF_KILL to make it more obvious
that this relates to the kill_sb filesystem operation.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 7abb43bb8df0..ab857431dfa4 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -606,7 +606,7 @@ enum { SDF_REMOTE_WITHDRAW = 13, /* Performing remote recovery */ SDF_WITHDRAW_RECOVERY = 14, /* Wait for journal recovery when we are withdrawing */ - SDF_DEACTIVATING = 15, + SDF_KILL = 15, SDF_EVICTING = 16, SDF_FROZEN = 17, }; |