mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
d9014b0f8f
commit
a6f8d9dc9e
3 changed files with 17 additions and 17 deletions
|
@ -185,6 +185,7 @@ nfsd_proc_read(struct svc_rqst *rqstp)
|
|||
|
||||
v = 0;
|
||||
len = argp->count;
|
||||
resp->pages = rqstp->rq_next_page;
|
||||
while (len > 0) {
|
||||
struct page *page = *(rqstp->rq_next_page++);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue