Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e26e6ef7 authored by Sagi Grimberg's avatar Sagi Grimberg Committed by Nicholas Bellinger
Browse files

iser-target: Remove redundant check on recv completion



We have a switch default for this.

Signed-off-by: default avatarSagi Grimberg <sagig@mellanox.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 67cb3949
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);