Re: [PATCH] debugfs show actual source in /proc/mounts
From: Greg Kroah-Hartman
Date: Tue Aug 13 2024 - 05:54:58 EST
On Sat, Aug 10, 2024 at 01:25:27PM -0600, Marc Aurèle La France wrote:
> After its conversion to the new mount API, debugfs displays "none" in
> /proc/mounts instead of the actual source. Fix this by recognising its
> "source" mount option.
>
> Signed-off-by: Marc Aurèle La France <tsi@xxxxxxxxxx>
> Fixes: a20971c18752 ("vfs: Convert debugfs to use the new mount API")
> Cc: stable@xxxxxxxxxxxxxxx # 6.10.x: 9f111059e725: fs_parse: add uid & gid option option parsing helpers
> Cc: stable@xxxxxxxxxxxxxxx # 6.10.x: 49abee5991e1: debugfs: Convert to new uid/gid option parsing helpers
As this came from a fs tree, I'll let the vfs maintainer take it if they
think it is ok as I know nothing about the fs_parse stuff at the moment,
sorry.
greg k-h