Tony Battersby wrote:
This patch fixes a compile error in iSCSI when DEBUG_SCSI is defined.
Thanks we have a patch for that in the iscsi tree already.
Signed-off-by: Tony Battersby <tonyb@xxxxxxxxxxxxxxx>
---
--- linux-2.6.24-rc1/drivers/scsi/libiscsi.c.orig 2007-10-25 15:56:32.000000000 -0400
+++ linux-2.6.24-rc1/drivers/scsi/libiscsi.c 2007-10-25 15:56:49.000000000 -0400
@@ -1058,7 +1058,7 @@ static int iscsi_exec_abort_task(struct
if (!ctask->mtask) {
spin_unlock_bh(&session->lock);
iscsi_conn_failure(conn, ISCSI_ERR_CONN_FAILED);
- spin_lock_bh(&session->lock)
+ spin_lock_bh(&session->lock);
debug_scsi("abort sent failure [itt 0x%x]\n", ctask->itt);
return -EPERM;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "open-iscsi" group.
To post to this group, send email to open-iscsi@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to open-iscsi-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html