mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
ocfs2: silence ENOENT during lookup of broken links
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
parent
781ee3e2b1
commit
d426721cf1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user