diff options
author | 2024-11-07 21:50:00 -0500 | |
---|---|---|
committer | 2024-12-21 01:36:17 -0500 | |
commit | d985e63dba24bcb0ede1e8975dc67b9c6a2b2c3b (patch) | |
tree | 95b9d65b16c14a1d5e3a7989f4c3519b537c3e3d /fs/bcachefs/super.c | |
parent | bcachefs: Don't use page allocator for sb_read_scratch (diff) | |
download | wireguard-linux-d985e63dba24bcb0ede1e8975dc67b9c6a2b2c3b.tar.xz wireguard-linux-d985e63dba24bcb0ede1e8975dc67b9c6a2b2c3b.zip |
bcachefs: Fix shutdown message
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/super.c')
-rw-r--r-- | fs/bcachefs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |