From: Kent Overstreet Date: Fri, 8 Nov 2024 02:50:00 +0000 (-0500) Subject: bcachefs: Fix shutdown message X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d985e63dba24bcb0ede1e8975dc67b9c6a2b2c3b;p=users%2Fjedix%2Flinux-maple.git bcachefs: Fix shutdown message Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c index 6ab93db52eca..37eee352fa21 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);