From: Kent Overstreet Date: Thu, 26 May 2022 01:34:11 +0000 (-0400) Subject: bcachefs: Always print when doing journal replay in fsck X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=11f5e595bf7cd11c395f0041cdd6448f238a5614;p=linux.git bcachefs: Always print when doing journal replay in fsck This logging improvement helps see when the previous fsck pass has completed. Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/recovery.c b/fs/bcachefs/recovery.c index 87a4bced853a8..2e782d5d968e6 100644 --- a/fs/bcachefs/recovery.c +++ b/fs/bcachefs/recovery.c @@ -1246,7 +1246,7 @@ use_clean: set_bit(BCH_FS_MAY_GO_RW, &c->flags); - bch_verbose(c, "starting journal replay, %zu keys", c->journal_keys.nr); + bch_info(c, "starting journal replay, %zu keys", c->journal_keys.nr); err = "journal replay failed"; ret = bch2_journal_replay(c); if (ret)