From: Kent Overstreet Date: Fri, 8 Nov 2024 02:50:00 +0000 (-0500) Subject: bcachefs: Fix shutdown message X-Git-Tag: v6.14-rc1~204^2~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d985e63dba24bcb0ede1e8975dc67b9c6a2b2c3b;p=thirdparty%2Fkernel%2Flinux.git bcachefs: Fix shutdown message Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c index 6ab93db52eca8..37eee352fa215 100644 --- a/fs/bcachefs/super.c +++ b/fs/bcachefs/super.c @@ -290,7 +290,7 @@ static void __bch2_fs_read_only(struct bch_fs *c) bch2_fs_journal_stop(&c->journal); - bch_info(c, "%sshutdown complete, journal seq %llu", + bch_info(c, "%sclean shutdown complete, journal seq %llu", test_bit(BCH_FS_clean_shutdown, &c->flags) ? "" : "un", c->journal.seq_ondisk);