commit | 9d12b216aa87f68c96f6dd8eb5d2d0ccc9989b1c | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 17 22:04:25 2012 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 31 19:28:06 2012 -0500 |
tree | 74dbe1f8b150b3a66f5cb3589e5efd51ad9dfff5 | |
parent | d2d7ce28a2f8ec6ca2a49145e643d2e3c7d21ba3 [diff] [blame] |
NFSv41: Add a new helper nfs4_init_sequence() Clean up Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 834f0fe..0b1831d 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c
@@ -1135,7 +1135,7 @@ if (nfs4_setup_sequence(NFS_SERVER(data->inode), &data->args.seq_args, - &data->res.seq_res, 1, task)) + &data->res.seq_res, task)) return; rpc_call_start(task); }