提交 e26e6ef7 编写于 作者: S Sagi Grimberg 提交者: Nicholas Bellinger

iser-target: Remove redundant check on recv completion

We have a switch default for this.
Signed-off-by: NSagi Grimberg <sagig@mellanox.com>
Signed-off-by: NNicholas Bellinger <nab@linux-iscsi.org>
上级 67cb3949
......@@ -1946,10 +1946,6 @@ isert_send_completion(struct iser_tx_desc *tx_desc,
isert_dbg("Cmd %p iser_ib_op %d\n", isert_cmd, wr->iser_ib_op);
switch (wr->iser_ib_op) {
case ISER_IB_RECV:
isert_err("Got ISER_IB_RECV\n");
dump_stack();
break;
case ISER_IB_SEND:
isert_response_completion(tx_desc, isert_cmd,
isert_conn, ib_dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册