Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8167817 authored by Amir Goldstein's avatar Amir Goldstein Committed by Miklos Szeredi
Browse files

ovl: fix another overlay: warning prefix

parent 6d0a8a90
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
		}