diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index d311984d2c88..796bc8ea7194 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -2427,7 +2427,7 @@ static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data) | |||
2427 | } | 2427 | } |
2428 | if (task->tk_status >= 0) { | 2428 | if (task->tk_status >= 0) { |
2429 | renew_lease(NFS_SERVER(inode), data->timestamp); | 2429 | renew_lease(NFS_SERVER(inode), data->timestamp); |
2430 | nfs_post_op_update_inode(inode, data->res.fattr); | 2430 | nfs_post_op_update_inode_force_wcc(inode, data->res.fattr); |
2431 | } | 2431 | } |
2432 | return 0; | 2432 | return 0; |
2433 | } | 2433 | } |