diff options
Diffstat (limited to 'fs/namespace.c')
-rw-r--r-- | fs/namespace.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 8174c8ab5c70..c1d0d877bab7 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
@@ -1435,11 +1435,6 @@ static int graft_tree(struct vfsmount *mnt, struct path *path) | |||
1435 | if (IS_DEADDIR(path->dentry->d_inode)) | 1435 | if (IS_DEADDIR(path->dentry->d_inode)) |
1436 | goto out_unlock; | 1436 | goto out_unlock; |
1437 | 1437 | ||
1438 | err = security_sb_check_sb(mnt, path); | ||
1439 | if (err) | ||
1440 | goto out_unlock; | ||
1441 | |||
1442 | err = -ENOENT; | ||
1443 | if (!d_unlinked(path->dentry)) | 1438 | if (!d_unlinked(path->dentry)) |
1444 | err = attach_recursive_mnt(mnt, path, NULL); | 1439 | err = attach_recursive_mnt(mnt, path, NULL); |
1445 | out_unlock: | 1440 | out_unlock: |