linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] overlay: show "userxattr" in the mount data
@ 2021-03-04 16:45 Giuseppe Scrivano
  2021-03-09 18:45 ` Vivek Goyal
  2021-04-09  9:12 ` Miklos Szeredi
  0 siblings, 2 replies; 3+ messages in thread
From: Giuseppe Scrivano @ 2021-03-04 16:45 UTC (permalink / raw)
  To: linux-unionfs; +Cc: vgoyal, miklos

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] overlay: show "userxattr" in the mount data
  2021-03-04 16:45 [PATCH] overlay: show "userxattr" in the mount data Giuseppe Scrivano
@ 2021-03-09 18:45 ` Vivek Goyal
  2021-04-09  9:12 ` Miklos Szeredi
  1 sibling, 0 replies; 3+ messages in thread
From: Vivek Goyal @ 2021-03-09 18:45 UTC (permalink / raw)
  To: Giuseppe Scrivano; +Cc: linux-unionfs, miklos

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

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@redhat.com>

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
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] overlay: show "userxattr" in the mount data
  2021-03-04 16:45 [PATCH] overlay: show "userxattr" in the mount data Giuseppe Scrivano
  2021-03-09 18:45 ` Vivek Goyal
@ 2021-04-09  9:12 ` Miklos Szeredi
  1 sibling, 0 replies; 3+ messages in thread
From: Miklos Szeredi @ 2021-04-09  9:12 UTC (permalink / raw)
  To: Giuseppe Scrivano; +Cc: overlayfs, Vivek Goyal

On Thu, Mar 4, 2021 at 5:45 PM Giuseppe Scrivano <gscrivan@redhat.com> wrote:
>
> Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Thanks, applied.

Miklos

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-09  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 16:45 [PATCH] overlay: show "userxattr" in the mount data Giuseppe Scrivano
2021-03-09 18:45 ` Vivek Goyal
2021-04-09  9:12 ` Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).