projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2cb8a6
)
bcachefs: Improve startup message
author
Kent Overstreet
<kent.overstreet@linux.dev>
Sat, 29 Jun 2024 15:43:23 +0000
(11:43 -0400)
committer
Kent 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/bcachefs/super.c
b/fs/bcachefs/super.c
index c22a8ef2d2e1633fc1370e888a8f2924bd707625..0455a1001fec2bbc7675f8a4bfbcd8459fa5d358 100644
(file)
--- 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, "
moun
ting version ");
+ prt_str(&p, "
star
ting version ");
bch2_version_to_text(&p, c->sb.version);
if (c->opts.read_only) {