Re: [PATCH V3 4/4] 9p: convert to the new mount API

From: Eric Sandeen

Date: Wed Dec 03 2025 - 11:23:09 EST


On 12/3/25 9:13 AM, Dominique Martinet wrote:
> Eric Sandeen wrote on Tue, Dec 02, 2025 at 04:12:36PM -0600:

...

> I also agree the other show_options look safe enough as they either
> print a string or int. . . .
> Ah, actually I spotted another one:
> if (v9ses->debug)
> seq_printf(m, ",debug=%x", v9ses->debug);
> This needs to be prefixed by 0x as well -- Eric, do you mind if I amend
> your patch 5 with that as well?

Doh ... sure, please go ahead and fix it however you'd like.

-Eric

>
> Remi - I did check rootfstype=9p as well and all seems fine but I'd
> appreciate if you could test as well
>
>
> Thanks!