From: Joe Eykholt <fcoe@eykholt.com>
To: linux-scsi@vger.kernel.org
Subject: [OpenFCoE PATCH] Add a missing spin_unlock() found when a BLS frame was mis-delivered.
Date: Tue, 04 Dec 2007 17:30:32 -0800 [thread overview]
Message-ID: <20071205013032.7067.95628.stgit@mink.he.net> (raw)
Add a missing spin_unlock() found when a BLS frame was mis-delivered.
Signed-off-by: Joe Eykholt <fcoe@eykholt.com>
---
drivers/scsi/ofc/openfc/openfc_scsi.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/ofc/openfc/openfc_scsi.c b/drivers/scsi/ofc/openfc/openfc_scsi.c
index 9e66c5f..6adfd59 100644
--- a/drivers/scsi/ofc/openfc/openfc_scsi.c
+++ b/drivers/scsi/ofc/openfc/openfc_scsi.c
@@ -580,6 +580,8 @@ static void openfc_scsi_rcv(struct fc_seq *sp, struct fc_frame *fp, void *arg)
fc_seq_exch_complete(sp);
fsp->state = OPENFC_SRB_RCV_STATUS;
(*fsp->done) (fsp);
+ } else {
+ spin_unlock(&qp->scsi_pkt_lock);
}
out:
fc_frame_free(fp);
next reply other threads:[~2007-12-05 1:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-05 1:30 Joe Eykholt [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-12-05 0:51 [OpenFCoE PATCH] Add a missing spin_unlock() found when a BLS frame was mis-delivered Joe Eykholt
2007-12-05 0:56 ` Joe Eykholt
2007-11-30 18:35 [OpenFCoE] [PATCH] " Joe Eykholt
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=20071205013032.7067.95628.stgit@mink.he.net \
--to=fcoe@eykholt.com \
--cc=linux-scsi@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox