On Mon, Dec 18, 2017 at 2:25 PM, Amir Goldstein <amir73il@xxxxxxxxx> wrote: > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> > --- > > 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. -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html