|
@@ -177,7 +177,7 @@ nfsd3_proc_read(struct svc_rqst *rqstp, struct nfsd3_readargs *argp,
|
|
if (max_blocksize < resp->count)
|
|
if (max_blocksize < resp->count)
|
|
resp->count = max_blocksize;
|
|
resp->count = max_blocksize;
|
|
|
|
|
|
- svc_reserve(rqstp, ((1 + NFS3_POST_OP_ATTR_WORDS + 3)<<2) + resp->count +4);
|
|
|
|
|
|
+ svc_reserve_auth(rqstp, ((1 + NFS3_POST_OP_ATTR_WORDS + 3)<<2) + resp->count +4);
|
|
|
|
|
|
fh_copy(&resp->fh, &argp->fh);
|
|
fh_copy(&resp->fh, &argp->fh);
|
|
nfserr = nfsd_read(rqstp, &resp->fh, NULL,
|
|
nfserr = nfsd_read(rqstp, &resp->fh, NULL,
|