]> www.infradead.org Git - nvme.git/commitdiff
bcachefs: Improve startup message
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 29 Jun 2024 15:43:23 +0000 (11:43 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 14 Jul 2024 23:00:16 +0000 (19:00 -0400)
We're not always mounting when we start the filesystem

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/super.c

index c22a8ef2d2e1633fc1370e888a8f2924bd707625..0455a1001fec2bbc7675f8a4bfbcd8459fa5d358 100644 (file)
@@ -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) {