All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ovl: fix another overlay: warning prefix
@ 2017-12-18 12:25 Amir Goldstein
  2018-01-02 12:47 ` Amir Goldstein
  0 siblings, 1 reply; 2+ messages in thread
From: Amir Goldstein @ 2017-12-18 12:25 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: linux-unionfs

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;
 		}
 
-- 
2.7.4

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

* Re: [PATCH] ovl: fix another overlay: warning prefix
  2017-12-18 12:25 [PATCH] ovl: fix another overlay: warning prefix Amir Goldstein
@ 2018-01-02 12:47 ` Amir Goldstein
  0 siblings, 0 replies; 2+ messages in thread
From: Amir Goldstein @ 2018-01-02 12:47 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: overlayfs

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.

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

end of thread, other threads:[~2018-01-02 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-18 12:25 [PATCH] ovl: fix another overlay: warning prefix Amir Goldstein
2018-01-02 12:47 ` Amir Goldstein

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.