X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=net%2Fsunrpc%2Fsvcsock.c;h=bc9bd189a540d0122a042af91d699a22617b2c02;hb=6fb2b47fa16c81317ec282248e6cff521cca31c2;hp=c6be67a86ae7cd6a7310c6ae1695f1228446bd8f;hpb=896440d560de3bca6813e83792f431edf5073318;p=deliverable%2Flinux.git 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) * Receive the next request on any socket. */ int -svc_recv(struct svc_serv *serv, struct svc_rqst *rqstp, long timeout) +svc_recv(struct svc_rqst *rqstp, long timeout) { struct svc_sock *svsk =NULL; + struct svc_serv *serv = rqstp->rq_server; int len; int pages; struct xdr_buf *arg;