Re: [PATCH] bcachefs: fix version_upgrade hint

Kent Overstreet <[email protected]> Mon, 1 Dec 2025 23:46:05 -0500
Newsgroups org.kernel.vger.linux-bcachefs
Message-ID <ogcyg6gnwpwd6bafvrxmy3oxjxskocc7rl4fox3q3rkoyhxlh5@yppnnkg33cfq>
On Tue, Dec 02, 2025 at 06:07:30AM +0200, [email protected] wrote:
> When an incompatible version upgrade is requested, dmesg suggest
> version_upgrade=incompat. Using this mount option throws the following
> error:
> 
> bch2_parse_mount_opts() Error parsing option version_upgrade: option_value
> 
> The correct value is incompatible; correct the hint to reflect this.
> 
> Fixes: c3b02e6d67ac ("bcachefs: Log message when incompat version requested but not enabled")
> Signed-off-by: Stijn Tintel <[email protected]>

Thanks! Applied