net: pass kern to net_proto_family create function
[firefly-linux-kernel-4.4.55.git] / net / unix / af_unix.c
index 3291902f0b8821ce4dda2c34b99b6f968fd8e115..178d3af2a6054819f40f9d1212912c2df6dd5d0f 100644 (file)
@@ -621,7 +621,8 @@ out:
        return sk;
 }
 
-static int unix_create(struct net *net, struct socket *sock, int protocol)
+static int unix_create(struct net *net, struct socket *sock, int protocol,
+                      int kern)
 {
        if (protocol && protocol != PF_UNIX)
                return -EPROTONOSUPPORT;