aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r--fs/nfs/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c
index 2084a6494218..ad90b0c998cb 100644
--- a/fs/nfs/write.c
+++ b/fs/nfs/write.c
@@ -1305,7 +1305,7 @@ void nfs_writeback_done(struct rpc_task *task, struct nfs_write_data *data)
1305 */ 1305 */
1306 argp->stable = NFS_FILE_SYNC; 1306 argp->stable = NFS_FILE_SYNC;
1307 } 1307 }
1308 nfs_restart_rpc(task, server->nfs_client); 1308 rpc_restart_call_prepare(task);
1309 return; 1309 return;
1310 } 1310 }
1311 if (time_before(complain, jiffies)) { 1311 if (time_before(complain, jiffies)) {