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

Commit d426721c authored by Sunil Mushran's avatar Sunil Mushran Committed by Mark Fasheh
Browse files

ocfs2: silence ENOENT during lookup of broken links

parent 781ee3e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ static void *ocfs2_follow_link(struct dentry *dentry,
	}

	status = vfs_follow_link(nd, link);
	if (status)
	if (status && status != -ENOENT)
		mlog_errno(status);
bail:
	if (page) {