aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 5ab33c0792df..659990c0109e 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -3771,9 +3771,8 @@ static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
3771 }; 3771 };
3772 int status; 3772 int status;
3773 3773
3774 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__, 3774 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3775 dentry->d_parent->d_name.name, 3775 dentry,
3776 dentry->d_name.name,
3777 (unsigned long long)cookie); 3776 (unsigned long long)cookie);
3778 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args); 3777 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
3779 res.pgbase = args.pgbase; 3778 res.pgbase = args.pgbase;