]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/vmw_vsock/af_vsock.c
Merge branch 'perf/urgent' into perf/core, to pick up fixes
[karo-tx-linux.git] / net / vmw_vsock / af_vsock.c
index 8a398b3fb532aa0a63dcfeef798750ab1cb81192..9f770f33c10098fd3fcccfd9c739ab9a28a6b6f5 100644 (file)
@@ -90,6 +90,7 @@
 #include <linux/init.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
+#include <linux/sched/signal.h>
 #include <linux/kmod.h>
 #include <linux/list.h>
 #include <linux/miscdevice.h>
@@ -1249,7 +1250,8 @@ out:
        return err;
 }
 
-static int vsock_accept(struct socket *sock, struct socket *newsock, int flags)
+static int vsock_accept(struct socket *sock, struct socket *newsock, int flags,
+                       bool kern)
 {
        struct sock *listener;
        int err;