Skip to content

Commit

Permalink
[SCSI] libiscsi, iscsi_tcp: add device support
Browse files Browse the repository at this point in the history
This patch adds logical unit reset support. This should work for ib_iser,
but I have not finished testing that driver so it is not hooked in yet.

This patch also temporarily reverts the iscsi_tcp r2t write out patch.
That code is completely rewritten in this patchset.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Mike Christie authored and James Bottomley committed Jan 12, 2008
1 parent 8ae732a commit 843c0a8
Show file tree
Hide file tree
Showing 8 changed files with 396 additions and 322 deletions.
6 changes: 0 additions & 6 deletions drivers/infiniband/ulp/iser/iscsi_iser.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,6 @@ iscsi_iser_ctask_xmit(struct iscsi_conn *conn,
debug_scsi("ctask deq [cid %d itt 0x%x]\n",
conn->id, ctask->itt);

/*
* serialize with TMF AbortTask
*/
if (ctask->mtask)
return error;

/* Send the cmd PDU */
if (!iser_ctask->command_sent) {
error = iser_send_command(conn, ctask);
Expand Down
Loading

0 comments on commit 843c0a8

Please sign in to comment.