diff options
Diffstat (limited to 'include/linux/capability.h')
-rw-r--r-- | include/linux/capability.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/capability.h b/include/linux/capability.h index 63f59fa8769d..e3e8d9cb9b08 100644 --- a/include/linux/capability.h +++ b/include/linux/capability.h | |||
@@ -547,7 +547,6 @@ extern bool has_ns_capability_noaudit(struct task_struct *t, | |||
547 | struct user_namespace *ns, int cap); | 547 | struct user_namespace *ns, int cap); |
548 | extern bool capable(int cap); | 548 | extern bool capable(int cap); |
549 | extern bool ns_capable(struct user_namespace *ns, int cap); | 549 | extern bool ns_capable(struct user_namespace *ns, int cap); |
550 | extern bool task_ns_capable(struct task_struct *t, int cap); | ||
551 | extern bool nsown_capable(int cap); | 550 | extern bool nsown_capable(int cap); |
552 | 551 | ||
553 | /* audit system wants to get cap info from files as well */ | 552 | /* audit system wants to get cap info from files as well */ |