This patch fixes a compile error in iSCSI when DEBUG_SCSI is defined.

Signed-off-by: Tony Battersby <[EMAIL PROTECTED]>
---
--- 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;
        }


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to