diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-17 22:04:25 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-31 19:28:06 -0500 |
commit | 9d12b216aa87f68c96f6dd8eb5d2d0ccc9989b1c (patch) | |
tree | 74dbe1f8b150b3a66f5cb3589e5efd51ad9dfff5 /fs/nfs/read.c | |
parent | d2d7ce28a2f8ec6ca2a49145e643d2e3c7d21ba3 (diff) |
NFSv41: Add a new helper nfs4_init_sequence()
Clean up
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r-- | fs/nfs/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index cfa175c223dc..3c2540d532c7 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -472,7 +472,7 @@ void nfs_read_prepare(struct rpc_task *task, void *calldata) | |||
472 | 472 | ||
473 | if (nfs4_setup_sequence(NFS_SERVER(data->inode), | 473 | if (nfs4_setup_sequence(NFS_SERVER(data->inode), |
474 | &data->args.seq_args, &data->res.seq_res, | 474 | &data->args.seq_args, &data->res.seq_res, |
475 | 0, task)) | 475 | task)) |
476 | return; | 476 | return; |
477 | rpc_call_start(task); | 477 | rpc_call_start(task); |
478 | } | 478 | } |