From: Kent Overstreet Date: Sat, 29 Jun 2024 15:43:23 +0000 (-0400) Subject: bcachefs: Improve startup message X-Git-Tag: io_uring-6.11-20240722~28^2~17 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ec8bf491a9008b8db97076ba7a6905edb4537bb9;p=linux-2.6-block.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 c22a8ef2d2e1..0455a1001fec 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) {