mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
bcachefs: Improve bch2_request_incompat_feature() message
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
3c97ebea61
commit
00757984d5
|
|
@ -87,7 +87,8 @@ int bch2_set_version_incompat(struct bch_fs *c, enum bcachefs_metadata_version v
|
|||
struct printbuf buf = PRINTBUF;
|
||||
prt_str(&buf, "requested incompat feature ");
|
||||
bch2_version_to_text(&buf, version);
|
||||
prt_str(&buf, " currently not enabled");
|
||||
prt_str(&buf, " currently not enabled, allowed up to ");
|
||||
bch2_version_to_text(&buf, version);
|
||||
prt_printf(&buf, "\n set version_upgrade=incompat to enable");
|
||||
|
||||
bch_notice(c, "%s", buf.buf);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user