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>

authored by Sunil Mushran and committed by Mark Fasheh d426721c 781ee3e2

+1 -1
+1 -1
fs/ocfs2/symlink.c
··· 154 } 155 156 status = vfs_follow_link(nd, link); 157 - if (status) 158 mlog_errno(status); 159 bail: 160 if (page) {
··· 154 } 155 156 status = vfs_follow_link(nd, link); 157 + if (status && status != -ENOENT) 158 mlog_errno(status); 159 bail: 160 if (page) {