提交 72bce507 编写于 作者: M Mark Fasheh

ocfs2: Don't print errors when following symlinks

We shouldn't print errors returned from vfs_follow_link(). This was causing
spurious errors to show up in the logs.
Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
上级 a8b34852
......@@ -158,8 +158,7 @@ static void *ocfs2_follow_link(struct dentry *dentry,
}
status = vfs_follow_link(nd, link);
if (status && status != -ENOENT)
mlog_errno(status);
bail:
if (page) {
kunmap(page);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册