30 lines
966 B
Diff
30 lines
966 B
Diff
From a0678f9c859bf25e60a535e65aff5864ccf66eb2 Mon Sep 17 00:00:00 2001
|
|
From: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Date: Thu, 7 Nov 2024 21:50:00 -0500
|
|
Subject: [PATCH 075/233] bcachefs: Fix shutdown message
|
|
Content-Type: text/plain; charset="utf-8"
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
|
|
---
|
|
fs/bcachefs/super.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
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);
|
|
|
|
--
|
|
2.45.2
|
|
|