Skip to content

Commit ec8bf49

Browse files
author
Kent Overstreet
committed
bcachefs: Improve startup message
We're not always mounting when we start the filesystem Signed-off-by: Kent Overstreet <[email protected]>
1 parent a2cb8a6 commit ec8bf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/bcachefs/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ static void print_mount_opts(struct bch_fs *c)
968968
struct printbuf p = PRINTBUF;
969969
bool first = true;
970970

971-
prt_str(&p, "mounting version ");
971+
prt_str(&p, "starting version ");
972972
bch2_version_to_text(&p, c->sb.version);
973973

974974
if (c->opts.read_only) {

0 commit comments

Comments
 (0)