diff options
author | Eric Paris <eparis@redhat.com> | 2011-04-01 23:08:39 +0200 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-04-04 02:31:12 +0200 |
commit | 5163b583a036b103c3cec7171d6731c125773ed6 (patch) | |
tree | c3ee80267d6d29f4302308414bcf2af41087f575 /kernel/capability.c | |
parent | capabilities: do not drop CAP_SETPCAP from the initial task (diff) | |
download | linux-5163b583a036b103c3cec7171d6731c125773ed6.tar.xz linux-5163b583a036b103c3cec7171d6731c125773ed6.zip |
capabilities: delete unused cap_set_full
unused code. Clean it up.
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
Acked-by: Andrew G. Morgan <morgan@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'kernel/capability.c')
-rw-r--r-- | kernel/capability.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/capability.c b/kernel/capability.c index 2a374d512ead..14ea4210a530 100644 --- a/kernel/capability.c +++ b/kernel/capability.c @@ -22,10 +22,8 @@ */ const kernel_cap_t __cap_empty_set = CAP_EMPTY_SET; -const kernel_cap_t __cap_full_set = CAP_FULL_SET; EXPORT_SYMBOL(__cap_empty_set); -EXPORT_SYMBOL(__cap_full_set); int file_caps_enabled = 1; |