aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/unlink.c')
-rw-r--r--fs/nfs/unlink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/unlink.c b/fs/nfs/unlink.c
index 4f9319a2e567..490613b709b6 100644
--- a/fs/nfs/unlink.c
+++ b/fs/nfs/unlink.c
@@ -114,7 +114,7 @@ void nfs_unlink_prepare(struct rpc_task *task, void *calldata)
114 struct nfs_server *server = NFS_SERVER(data->dir); 114 struct nfs_server *server = NFS_SERVER(data->dir);
115 115
116 if (nfs4_setup_sequence(server, &data->args.seq_args, 116 if (nfs4_setup_sequence(server, &data->args.seq_args,
117 &data->res.seq_res, 1, task)) 117 &data->res.seq_res, task))
118 return; 118 return;
119 rpc_call_start(task); 119 rpc_call_start(task);
120} 120}
@@ -410,7 +410,7 @@ static void nfs_rename_prepare(struct rpc_task *task, void *calldata)
410 struct nfs_server *server = NFS_SERVER(data->old_dir); 410 struct nfs_server *server = NFS_SERVER(data->old_dir);
411 411
412 if (nfs4_setup_sequence(server, &data->args.seq_args, 412 if (nfs4_setup_sequence(server, &data->args.seq_args,
413 &data->res.seq_res, 1, task)) 413 &data->res.seq_res, task))
414 return; 414 return;
415 rpc_call_start(task); 415 rpc_call_start(task);
416} 416}