diff options
Diffstat (limited to 'fs/nfsd/nfsproc.c')
| -rw-r--r-- | fs/nfsd/nfsproc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfsproc.c b/fs/nfsd/nfsproc.c index c10fa8128a8a..8f71f5748c75 100644 --- a/fs/nfsd/nfsproc.c +++ b/fs/nfsd/nfsproc.c @@ -575,7 +575,7 @@ static void nfsd_init_dirlist_pages(struct svc_rqst *rqstp,  	buf->pages = rqstp->rq_next_page;  	rqstp->rq_next_page++; -	xdr_init_encode_pages(xdr, buf, buf->pages,  NULL); +	xdr_init_encode_pages(xdr, buf);  }  /*  | 
