[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process
[deliverable/linux.git] / net / sunrpc / svcsock.c
index c6be67a86ae7cd6a7310c6ae1695f1228446bd8f..bc9bd189a540d0122a042af91d699a22617b2c02 100644 (file)
@@ -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;
This page took 0.024353 seconds and 5 git commands to generate.