diff options
Diffstat (limited to 'net/sunrpc/svc_xprt.c')
-rw-r--r-- | net/sunrpc/svc_xprt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/svc_xprt.c b/net/sunrpc/svc_xprt.c index f7e8915051b1..d80789a37d88 100644 --- a/net/sunrpc/svc_xprt.c +++ b/net/sunrpc/svc_xprt.c | |||
@@ -204,8 +204,8 @@ static struct svc_xprt *__svc_xpo_create(struct svc_xprt_class *xcl, | |||
204 | } | 204 | } |
205 | 205 | ||
206 | int svc_create_xprt(struct svc_serv *serv, const char *xprt_name, | 206 | int svc_create_xprt(struct svc_serv *serv, const char *xprt_name, |
207 | const int family, const unsigned short port, | 207 | struct net *net, const int family, |
208 | int flags) | 208 | const unsigned short port, int flags) |
209 | { | 209 | { |
210 | struct svc_xprt_class *xcl; | 210 | struct svc_xprt_class *xcl; |
211 | 211 | ||