nfsd41: replace page based DRC with buffer based DRC
[deliverable/linux.git] / fs / nfsd / nfssvc.c
index 675d395c4ab6ddaa903d3a415b73c8c235b3eac3..4472449c0937c15a6db24d2c51b3e7fd8b3ab77d 100644 (file)
@@ -577,10 +577,6 @@ nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp)
                + rqstp->rq_res.head[0].iov_len;
        rqstp->rq_res.head[0].iov_len += sizeof(__be32);
 
-       /* NFSv4.1 DRC requires statp */
-       if (rqstp->rq_vers == 4)
-               nfsd4_set_statp(rqstp, statp);
-
        /* Now call the procedure handler, and encode NFS status. */
        nfserr = proc->pc_func(rqstp, rqstp->rq_argp, rqstp->rq_resp);
        nfserr = map_new_errors(rqstp->rq_vers, nfserr);
This page took 0.025867 seconds and 5 git commands to generate.