aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r--fs/nfs/proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c
index e5e84aa2af17..58e7f84fc1fd 100644
--- a/fs/nfs/proc.c
+++ b/fs/nfs/proc.c
@@ -534,14 +534,14 @@ nfs_proc_rmdir(struct inode *dir, struct qstr *name)
534 */ 534 */
535static int 535static int
536nfs_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, 536nfs_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
537 u64 cookie, struct page *page, unsigned int count, int plus) 537 u64 cookie, struct page **pages, unsigned int count, int plus)
538{ 538{
539 struct inode *dir = dentry->d_inode; 539 struct inode *dir = dentry->d_inode;
540 struct nfs_readdirargs arg = { 540 struct nfs_readdirargs arg = {
541 .fh = NFS_FH(dir), 541 .fh = NFS_FH(dir),
542 .cookie = cookie, 542 .cookie = cookie,
543 .count = count, 543 .count = count,
544 .pages = &page, 544 .pages = pages,
545 }; 545 };
546 struct rpc_message msg = { 546 struct rpc_message msg = {
547 .rpc_proc = &nfs_procedures[NFSPROC_READDIR], 547 .rpc_proc = &nfs_procedures[NFSPROC_READDIR],