]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfsd/nfssvc.c
sunrpc: properly type pc_func callbacks
[karo-tx-linux.git] / fs / nfsd / nfssvc.c
index 59979f0bbd4bf255f5ea6f8fbd33cb9b2a5aa073..d64895fd8d25bca2e3b50fe954edd7b26e84d2a7 100644 (file)
@@ -827,7 +827,7 @@ nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp)
        rqstp->rq_res.head[0].iov_len += sizeof(__be32);
 
        /* Now call the procedure handler, and encode NFS status. */
-       nfserr = proc->pc_func(rqstp, rqstp->rq_argp, rqstp->rq_resp);
+       nfserr = proc->pc_func(rqstp);
        nfserr = map_new_errors(rqstp->rq_vers, nfserr);
        if (nfserr == nfserr_dropit || test_bit(RQ_DROPME, &rqstp->rq_flags)) {
                dprintk("nfsd: Dropping request; may be revisited later\n");