From: Joe Eykholt <fcoe@eykholt.com>
To: linux-scsi@vger.kernel.org
Subject: Re: [OpenFCoE PATCH] Add a missing spin_unlock() found when a BLS frame was mis-delivered.
Date: Tue, 04 Dec 2007 16:56:01 -0800 [thread overview]
Message-ID: <4755F721.2070005@eykholt.com> (raw)
In-Reply-To: <20071205005112.25831.66010.stgit@mink.he.net>
Joe Eykholt wrote:
> Add a missing spin_unlock() found when a BLS frame was mis-delivered.
Please disregard this patch. It got merged into the wrong function. A better one is coming.
Joe
> 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 86e6895..5fa0ad6 100644
> --- a/drivers/scsi/ofc/openfc/openfc_scsi.c
> +++ b/drivers/scsi/ofc/openfc/openfc_scsi.c
> @@ -548,6 +548,8 @@ void openfc_scsi_abort_iocontext(struct fc_scsi_pkt *fsp)
> fsp->status_code = OPENFC_ERROR;
> fsp->io_status = (SUGGEST_RETRY << 24);
> (*fsp->done) (fsp);
> + } else {
> + spin_unlock(&qp->scsi_pkt_lock);
> }
> }
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
next prev parent reply other threads:[~2007-12-05 0:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-12-05 1:30 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=4755F721.2070005@eykholt.com \
--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