From: James Morris Date: Thu, 29 Jan 2009 00:51:11 +0000 (+1100) Subject: selinux: remove secondary ops call to sb_mount X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ef935b9136eeaa203f75bf0b4d6e398c29f44d27;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.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 516058ff0632..bdd483096b39 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,