net: pass kern to net_proto_family create function
[safe/jmp/linux-2.6] / net / rose / af_rose.c
index c17734c..4de4287 100644 (file)
@@ -512,7 +512,8 @@ static struct proto rose_proto = {
        .obj_size = sizeof(struct rose_sock),
 };
 
-static int rose_create(struct net *net, struct socket *sock, int protocol)
+static int rose_create(struct net *net, struct socket *sock, int protocol,
+                      int kern)
 {
        struct sock *sk;
        struct rose_sock *rose;