From: James Morris Date: Thu, 29 Jan 2009 00:51:11 +0000 (+1100) Subject: selinux: remove secondary ops call to sb_mount X-Git-Tag: accepted/tizen/common/20141203.182822~17040^2~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef935b9136eeaa203f75bf0b4d6e398c29f44d27;p=platform%2Fkernel%2Flinux-arm64.git selinux: remove secondary ops call to sb_mount Remove secondary ops call to sb_mount, which is a noop in capabilities. Acked-by: Serge Hallyn Acked-by: Eric Paris Signed-off-by: James Morris --- diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 516058f..bdd4830 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -2531,11 +2531,6 @@ static int selinux_mount(char *dev_name, void *data) { const struct cred *cred = current_cred(); - int rc; - - rc = secondary_ops->sb_mount(dev_name, path, type, flags, data); - if (rc) - return rc; if (flags & MS_REMOUNT) return superblock_has_perm(cred, path->mnt->mnt_sb,