mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
NFSv41: Add a new helper nfs4_init_sequence()
Clean up Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
d2d7ce28a2
commit
9d12b216aa
6 changed files with 65 additions and 46 deletions
|
@ -472,7 +472,7 @@ void nfs_read_prepare(struct rpc_task *task, void *calldata)
|
|||
|
||||
if (nfs4_setup_sequence(NFS_SERVER(data->inode),
|
||||
&data->args.seq_args, &data->res.seq_res,
|
||||
0, task))
|
||||
task))
|
||||
return;
|
||||
rpc_call_start(task);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue