Re: [PATCH] overlay: show "userxattr" in the mount data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Mar 04, 2021 at 05:45:15PM +0100, Giuseppe Scrivano wrote:
> Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx>

Minor nit: I am not sure if subject only patch is allowed. I would expect
           couple of lines in patch description too.

Otherwise looks good to me.

Reviewed-by: Vivek Goyal <vgoyal@xxxxxxxxxx>

Vivek

> ---
>  fs/overlayfs/super.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c
> index fdd72f1a9c5e..d16120d63240 100644
> --- a/fs/overlayfs/super.c
> +++ b/fs/overlayfs/super.c
> @@ -380,6 +380,8 @@ static int ovl_show_options(struct seq_file *m, struct dentry *dentry)
>  			   ofs->config.metacopy ? "on" : "off");
>  	if (ofs->config.ovl_volatile)
>  		seq_puts(m, ",volatile");
> +	if (ofs->config.userxattr)
> +		seq_puts(m, ",userxattr");
>  	return 0;
>  }
>  
> -- 
> 2.29.2
> 




[Index of Archives]     [Linux Filesystems Devel]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux