diff options
author | Eric Paris <eparis@redhat.com> | 2011-04-01 17:08:39 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-04-04 10:31:12 +1000 |
commit | 5163b583a036b103c3cec7171d6731c125773ed6 (patch) | |
tree | c3ee80267d6d29f4302308414bcf2af41087f575 /kernel | |
parent | ffa8e59df047d57e812a04f7d6baf6a25c652c0c (diff) | |
download | linux-5163b583a036b103c3cec7171d6731c125773ed6.tar.bz2 |
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')
-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; |