aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/seccomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/seccomp.c')
-rw-r--r--kernel/seccomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/seccomp.c b/kernel/seccomp.c
index 4f18e754c23e..fd609bd9d6dd 100644
--- a/kernel/seccomp.c
+++ b/kernel/seccomp.c
@@ -290,7 +290,7 @@ free_prog:
290 * 290 *
291 * Returns 0 on success and non-zero otherwise. 291 * Returns 0 on success and non-zero otherwise.
292 */ 292 */
293long seccomp_attach_user_filter(char __user *user_filter) 293static long seccomp_attach_user_filter(char __user *user_filter)
294{ 294{
295 struct sock_fprog fprog; 295 struct sock_fprog fprog;
296 long ret = -EFAULT; 296 long ret = -EFAULT;