> > 在 2018年1月10日,下午7:45,Amir Goldstein <amir73il@xxxxxxxxx> 写道: > > On Wed, Jan 10, 2018 at 11:17 AM, Chengguang Xu <cgxu519@xxxxxxxxxx> wrote: >> Conform one stray warning message to the standard overlayfs: prefix. >> >> Signed-off-by: Chengguang Xu <cgxu519@xxxxxxxxxx> >> --- >> fs/overlayfs/namei.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/fs/overlayfs/namei.c b/fs/overlayfs/namei.c >> index beb945e..d0a801b 100644 >> --- a/fs/overlayfs/namei.c >> +++ b/fs/overlayfs/namei.c >> @@ -693,7 +693,7 @@ 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; >> } >> >> -- > > > I already posted this fix, but as long as the fix gets merged… Sorry, I didn’t check very closely,please apply in your patch. Thanks, Chengguang. -- 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