ovl: fix overlay: warning prefix
Conform two stray warning messages to the standard overlayfs: prefix. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
7879cb43f9
commit
da2e6b7eed
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -499,7 +499,7 @@ out:
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue