提交 905e7daf 编写于 作者: T Trond Myklebust

NFSv4.1: Cleanup

It is now completely safe to call nfs41_sequence_free_slot with a NULL
slot.
Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
上级 a13ce7c6
......@@ -336,8 +336,7 @@ static void filelayout_read_call_done(struct rpc_task *task, void *data)
if (test_bit(NFS_IOHDR_REDO, &rdata->header->flags) &&
task->tk_status == 0) {
if (rdata->res.seq_res.sr_slot != NULL)
nfs41_sequence_done(task, &rdata->res.seq_res);
nfs41_sequence_done(task, &rdata->res.seq_res);
return;
}
......@@ -446,8 +445,7 @@ static void filelayout_write_call_done(struct rpc_task *task, void *data)
if (test_bit(NFS_IOHDR_REDO, &wdata->header->flags) &&
task->tk_status == 0) {
if (wdata->res.seq_res.sr_slot != NULL)
nfs41_sequence_done(task, &wdata->res.seq_res);
nfs41_sequence_done(task, &wdata->res.seq_res);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册