summaryrefslogtreecommitdiff
path: root/fs/gfs2/sys.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2024-03-13 15:24:35 +0300
committerAndreas Gruenbacher <agruenba@redhat.com>2024-04-09 19:35:57 +0300
commit52c2d389fe0a5cbfd88bc68e5b31d8811d2e5933 (patch)
tree67b25c396b291dfdbd16a06d864455f7cb857345 /fs/gfs2/sys.c
parent795405c4b995efc4f6b6b561200c384bdda07c02 (diff)
downloadlinux-52c2d389fe0a5cbfd88bc68e5b31d8811d2e5933.tar.xz
gfs2: Follow-up to flag rename in sysfs status file
Follow up to commit e7beb8b6de1a ("gfs2: Rename SDF_DEACTIVATING to SDF_KILL") and change the description of the SDF_KILL flag from "Deactivating" to "Killing". Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/sys.c')
-rw-r--r--fs/gfs2/sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c
index 250f340cb44d..32d3484270f3 100644
--- a/fs/gfs2/sys.c
+++ b/fs/gfs2/sys.c
@@ -88,7 +88,7 @@ static ssize_t status_show(struct gfs2_sbd *sdp, char *buf)
"Withdraw In Prog: %d\n"
"Remote Withdraw: %d\n"
"Withdraw Recovery: %d\n"
- "Deactivating: %d\n"
+ "Killing: %d\n"
"sd_log_error: %d\n"
"sd_log_flush_lock: %d\n"
"sd_log_num_revoke: %u\n"