diff options
Diffstat (limited to 'net/sunrpc/svcsock.c')
-rw-r--r-- | net/sunrpc/svcsock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c index c6be67a86ae7..bc9bd189a540 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c | |||
@@ -1166,9 +1166,10 @@ svc_sock_update_bufs(struct svc_serv *serv) | |||
1166 | * Receive the next request on any socket. | 1166 | * Receive the next request on any socket. |
1167 | */ | 1167 | */ |
1168 | int | 1168 | int |
1169 | svc_recv(struct svc_serv *serv, struct svc_rqst *rqstp, long timeout) | 1169 | svc_recv(struct svc_rqst *rqstp, long timeout) |
1170 | { | 1170 | { |
1171 | struct svc_sock *svsk =NULL; | 1171 | struct svc_sock *svsk =NULL; |
1172 | struct svc_serv *serv = rqstp->rq_server; | ||
1172 | int len; | 1173 | int len; |
1173 | int pages; | 1174 | int pages; |
1174 | struct xdr_buf *arg; | 1175 | struct xdr_buf *arg; |