diff options
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index bdd483096b39..42aa8de5f590 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
| @@ -2543,11 +2543,6 @@ static int selinux_mount(char *dev_name, | |||
| 2543 | static int selinux_umount(struct vfsmount *mnt, int flags) | 2543 | static int selinux_umount(struct vfsmount *mnt, int flags) |
| 2544 | { | 2544 | { |
| 2545 | const struct cred *cred = current_cred(); | 2545 | const struct cred *cred = current_cred(); |
| 2546 | int rc; | ||
| 2547 | |||
| 2548 | rc = secondary_ops->sb_umount(mnt, flags); | ||
| 2549 | if (rc) | ||
| 2550 | return rc; | ||
| 2551 | 2546 | ||
| 2552 | return superblock_has_perm(cred, mnt->mnt_sb, | 2547 | return superblock_has_perm(cred, mnt->mnt_sb, |
| 2553 | FILESYSTEM__UNMOUNT, NULL); | 2548 | FILESYSTEM__UNMOUNT, NULL); |
