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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 9c27a6ed1a62..d311984d2c88 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -2396,6 +2396,8 @@ static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
2396 rpc_restart_call(task); 2396 rpc_restart_call(task);
2397 return -EAGAIN; 2397 return -EAGAIN;
2398 } 2398 }
2399
2400 nfs_invalidate_atime(data->inode);
2399 if (task->tk_status > 0) 2401 if (task->tk_status > 0)
2400 renew_lease(server, data->timestamp); 2402 renew_lease(server, data->timestamp);
2401 return 0; 2403 return 0;