From: Tony Battersby <tonyb@cybernetics.com>
To: linux-scsi@vger.kernel.org, open-iscsi@googlegroups.com
Subject: [PATCH] iscsi: fix compile error when debug enabled
Date: Thu, 25 Oct 2007 16:04:29 -0400 [thread overview]
Message-ID: <4720F6CD.1000907@cybernetics.com> (raw)
This patch fixes a compile error in iSCSI when DEBUG_SCSI is defined.
Signed-off-by: Tony Battersby <tonyb@cybernetics.com>
---
--- 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;
}
next reply other threads:[~2007-10-25 20:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-25 20:04 Tony Battersby [this message]
2007-10-25 22:05 ` [PATCH] iscsi: fix compile error when debug enabled Mike Christie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4720F6CD.1000907@cybernetics.com \
--to=tonyb@cybernetics.com \
--cc=linux-scsi@vger.kernel.org \
--cc=open-iscsi@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.