Commit 067f244c authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: fix split brain message

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent fadc6067
......@@ -1128,7 +1128,7 @@ static int bch2_dev_in_fs(struct bch_sb_handle *fs,
prt_newline(&buf);
prt_bdevname(&buf, fs->bdev);
prt_str(&buf, "believes seq of ");
prt_str(&buf, " believes seq of ");
prt_bdevname(&buf, sb->bdev);
prt_printf(&buf, " to be %llu, but ", seq_from_fs);
prt_bdevname(&buf, sb->bdev);
......
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