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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 871c102d9bdf..9c27a6ed1a62 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -2197,6 +2197,9 @@ static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2197 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); 2197 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
2198 if (status == 0) 2198 if (status == 0)
2199 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE); 2199 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
2200
2201 nfs_invalidate_atime(dir);
2202
2200 dprintk("%s: returns %d\n", __FUNCTION__, status); 2203 dprintk("%s: returns %d\n", __FUNCTION__, status);
2201 return status; 2204 return status;
2202} 2205}