Loading fs/ocfs2/symlink.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
fs/ocfs2/symlink.c +1 −1 Original line number Diff line number Diff line Loading @@ -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