diff options
Diffstat (limited to 'kernel/seccomp.c')
-rw-r--r-- | kernel/seccomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/seccomp.c b/kernel/seccomp.c index 54a0347ca812..503d02896c5d 100644 --- a/kernel/seccomp.c +++ b/kernel/seccomp.c | |||
@@ -331,7 +331,7 @@ static int is_ancestor(struct seccomp_filter *parent, | |||
331 | * Expects sighand and cred_guard_mutex locks to be held. | 331 | * Expects sighand and cred_guard_mutex locks to be held. |
332 | * | 332 | * |
333 | * Returns 0 on success, -ve on error, or the pid of a thread which was | 333 | * Returns 0 on success, -ve on error, or the pid of a thread which was |
334 | * either not in the correct seccomp mode or it did not have an ancestral | 334 | * either not in the correct seccomp mode or did not have an ancestral |
335 | * seccomp filter. | 335 | * seccomp filter. |
336 | */ | 336 | */ |
337 | static inline pid_t seccomp_can_sync_threads(void) | 337 | static inline pid_t seccomp_can_sync_threads(void) |