net: pass kern to net_proto_family create function
[safe/jmp/linux-2.6] / net / rds / af_rds.c
index 2b978dc..e25d8d5 100644 (file)
@@ -410,7 +410,8 @@ static int __rds_create(struct socket *sock, struct sock *sk, int protocol)
        return 0;
 }
 
-static int rds_create(struct net *net, struct socket *sock, int protocol)
+static int rds_create(struct net *net, struct socket *sock, int protocol,
+                     int kern)
 {
        struct sock *sk;