vserver 2.0 rc7
[linux-2.6.git] / fs / nfsd / nfs3proc.c
index effcd19..041380f 100644 (file)
@@ -171,7 +171,7 @@ nfsd3_proc_read(struct svc_rqst *rqstp, struct nfsd3_readargs *argp,
        svc_reserve(rqstp, ((1 + NFS3_POST_OP_ATTR_WORDS + 3)<<2) + resp->count +4);
 
        fh_copy(&resp->fh, &argp->fh);
-       nfserr = nfsd_read(rqstp, &resp->fh,
+       nfserr = nfsd_read(rqstp, &resp->fh, NULL,
                                  argp->offset,
                                  argp->vec, argp->vlen,
                                  &resp->count);
@@ -201,7 +201,7 @@ nfsd3_proc_write(struct svc_rqst *rqstp, struct nfsd3_writeargs *argp,
 
        fh_copy(&resp->fh, &argp->fh);
        resp->committed = argp->stable;
-       nfserr = nfsd_write(rqstp, &resp->fh,
+       nfserr = nfsd_write(rqstp, &resp->fh, NULL,
                                   argp->offset,
                                   argp->vec, argp->vlen,
                                   argp->len,