diff options
author | Eric Paris <eparis@redhat.com> | 2010-04-07 15:15:13 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-11 22:19:18 -0400 |
commit | 6307f8fee295b364716d28686df6e69c2fee751a (patch) | |
tree | da2d51edcca32dd71c2a3a6f74bf56e88a60293f /security/security.c | |
parent | 06ad187e280e725e356c62c3a30ddcd01564f8be (diff) |
security: remove dead hook task_setgroups
Unused hook. Remove.
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/security.c b/security/security.c index 1e35dd669209..5cf9ca6890f6 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -759,11 +759,6 @@ void security_task_getsecid(struct task_struct *p, u32 *secid) | |||
759 | } | 759 | } |
760 | EXPORT_SYMBOL(security_task_getsecid); | 760 | EXPORT_SYMBOL(security_task_getsecid); |
761 | 761 | ||
762 | int security_task_setgroups(struct group_info *group_info) | ||
763 | { | ||
764 | return security_ops->task_setgroups(group_info); | ||
765 | } | ||
766 | |||
767 | int security_task_setnice(struct task_struct *p, int nice) | 762 | int security_task_setnice(struct task_struct *p, int nice) |
768 | { | 763 | { |
769 | return security_ops->task_setnice(p, nice); | 764 | return security_ops->task_setnice(p, nice); |