On Wed, Nov 22, 2017 at 8:27 PM, Amir Goldstein <amir73il@xxxxxxxxx> wrote: > Conform two stray warning messages to the standard overlayfs: prefix. > > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> > --- > fs/overlayfs/dir.c | 3 ++- > fs/overlayfs/readdir.c | 2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/fs/overlayfs/dir.c b/fs/overlayfs/dir.c > index 5ec5ee8e0589..0ce535e7519e 100644 > --- a/fs/overlayfs/dir.c > +++ b/fs/overlayfs/dir.c > @@ -887,7 +887,8 @@ static int ovl_set_redirect(struct dentry *dentry, bool samedir) > spin_unlock(&dentry->d_lock); > } else { > kfree(redirect); > - pr_warn_ratelimited("overlay: failed to set redirect (%i)\n", err); > + pr_warn_ratelimited("overlayfs: failed to set redirect (%i)\n", > + err); > /* Fall back to userspace copy-up */ > err = -EXDEV; > } > diff --git a/fs/overlayfs/readdir.c b/fs/overlayfs/readdir.c > index 362561457cdb..7fc142d183e8 100644 > --- a/fs/overlayfs/readdir.c > +++ b/fs/overlayfs/readdir.c > @@ -499,7 +499,7 @@ static int ovl_cache_update_ino(struct path *path, struct ovl_cache_entry *p) > return err; > > fail: > - pr_warn_ratelimited("overlay: failed to look up (%s) for ino (%i)\n", > + pr_warn_ratelimited("overlayfs: failed to look up (%s) for ino (%i)\n", > p->name, err); > goto out; > } > -- Ping -- 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