Commit ec8bf491 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Improve startup message

We're not always mounting when we start the filesystem
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent a2cb8a62
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment