From: Kent Overstreet Date: Sat, 29 Jun 2024 15:43:23 +0000 (-0400) Subject: bcachefs: Improve startup message X-Git-Tag: v6.11-rc1~120^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec8bf491a9008b8db97076ba7a6905edb4537bb9;p=thirdparty%2Fkernel%2Flinux.git bcachefs: Improve startup message We're not always mounting when we start the filesystem Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c index c22a8ef2d2e16..0455a1001fec2 100644 --- a/fs/bcachefs/super.c +++ b/fs/bcachefs/super.c @@ -968,7 +968,7 @@ static void print_mount_opts(struct bch_fs *c) struct printbuf p = PRINTBUF; bool first = true; - prt_str(&p, "mounting version "); + prt_str(&p, "starting version "); bch2_version_to_text(&p, c->sb.version); if (c->opts.read_only) {