All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amir Goldstein <amir73il@gmail.com>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: overlayfs <linux-unionfs@vger.kernel.org>
Subject: Re: [PATCH] ovl: fix another overlay: warning prefix
Date: Tue, 2 Jan 2018 14:47:09 +0200	[thread overview]
Message-ID: <CAOQ4uxh4KJEQLtLLXc2yQ9Y4Lp_8OHdfwiaq46T0V5vGY9FtNw@mail.gmail.com> (raw)
In-Reply-To: <1513599956-29976-1-git-send-email-amir73il@gmail.com>

On Mon, Dec 18, 2017 at 2:25 PM, Amir Goldstein <amir73il@gmail.com> wrote:
> Signed-off-by: Amir Goldstein <amir73il@gmail.com>
> ---
>
> Miklos,
>
> You just sneaked another one in...
>
> Amir.
>
>  fs/overlayfs/namei.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/fs/overlayfs/namei.c b/fs/overlayfs/namei.c
> index beb945e1963c..9cf15463754c 100644
> --- a/fs/overlayfs/namei.c
> +++ b/fs/overlayfs/namei.c
> @@ -693,7 +693,8 @@ struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry,
>                  */
>                 err = -EPERM;
>                 if (d.redirect && !ofs->config.redirect_follow) {
> -                       pr_warn_ratelimited("overlay: refusing to follow redirect for (%pd2)\n", dentry);
> +                       pr_warn_ratelimited("overlayfs: refusing to follow redirect for (%pd2)\n",
> +                                           dentry);
>                         goto out_put;
>                 }
>
> --


Miklos,

In case you are back from the new year's vacation,
ping on this trivial "typo regression" from v4.15-rc4.

Amir.

      reply	other threads:[~2018-01-02 12:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18 12:25 [PATCH] ovl: fix another overlay: warning prefix Amir Goldstein
2018-01-02 12:47 ` Amir Goldstein [this message]

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=CAOQ4uxh4KJEQLtLLXc2yQ9Y4Lp_8OHdfwiaq46T0V5vGY9FtNw@mail.gmail.com \
    --to=amir73il@gmail.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.