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

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).