Skip to content

Commit 52c2d38

Browse files
author
Andreas Gruenbacher
committed
gfs2: Follow-up to flag rename in sysfs status file
Follow up to commit e7beb8b ("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>
1 parent 795405c commit 52c2d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/gfs2/sys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static ssize_t status_show(struct gfs2_sbd *sdp, char *buf)
8888
"Withdraw In Prog: %d\n"
8989
"Remote Withdraw: %d\n"
9090
"Withdraw Recovery: %d\n"
91-
"Deactivating: %d\n"
91+
"Killing: %d\n"
9292
"sd_log_error: %d\n"
9393
"sd_log_flush_lock: %d\n"
9494
"sd_log_num_revoke: %u\n"

0 commit comments

Comments
 (0)