From: Vivek Goyal <vgoyal@redhat.com>
To: Giuseppe Scrivano <gscrivan@redhat.com>
Cc: linux-unionfs@vger.kernel.org, miklos@szeredi.hu
Subject: Re: [PATCH] overlay: show "userxattr" in the mount data
Date: Tue, 9 Mar 2021 13:45:48 -0500 [thread overview]
Message-ID: <20210309184548.GH77194@redhat.com> (raw)
In-Reply-To: <20210304164515.3735726-1-gscrivan@redhat.com>
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
>
next prev parent reply other threads:[~2021-03-09 18:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-04 16:45 [PATCH] overlay: show "userxattr" in the mount data Giuseppe Scrivano
2021-03-09 18:45 ` Vivek Goyal [this message]
2021-04-09 9:12 ` Miklos Szeredi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210309184548.GH77194@redhat.com \
--to=vgoyal@redhat.com \
--cc=gscrivan@redhat.com \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.