Loading fs/ocfs2/symlink.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -158,8 +158,7 @@ static void *ocfs2_follow_link(struct dentry *dentry, } } status = vfs_follow_link(nd, link); status = vfs_follow_link(nd, link); if (status && status != -ENOENT) mlog_errno(status); bail: bail: if (page) { if (page) { kunmap(page); kunmap(page); Loading Loading
fs/ocfs2/symlink.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -158,8 +158,7 @@ static void *ocfs2_follow_link(struct dentry *dentry, } } status = vfs_follow_link(nd, link); status = vfs_follow_link(nd, link); if (status && status != -ENOENT) mlog_errno(status); bail: bail: if (page) { if (page) { kunmap(page); kunmap(page); Loading