* [PATCH 8/22] lpfc 8.1.2 : Fixed a double insertion of mail box object to the SLI mailbox list.
@ 2006-02-08 15:41 James Smart
0 siblings, 0 replies; 2+ messages in thread
From: James Smart @ 2006-02-08 15:41 UTC (permalink / raw)
To: linux-scsi
Fixed a double insertion of mail box object to the SLI mailbox list.
Signed-off-by: James Smart <James.Smart@emulex.com>
--- a/drivers/scsi/lpfc/lpfc_sli.c
+++ b/drivers/scsi/lpfc/lpfc_sli.c
@@ -2867,11 +2867,10 @@ lpfc_sli_issue_mbox_wait(struct lpfc_hba
pmboxq->context1 = NULL;
/* if schedule_timeout returns 0, we timed out and were not
woken up */
- if (timeleft == 0) {
+ if ((timeleft == 0) || signal_pending(current))
retval = MBX_TIMEOUT;
- } else {
+ else
retval = MBX_SUCCESS;
- }
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 8/22] lpfc 8.1.2: Fixed a double insertion of mail box object to the SLI mailbox list.
@ 2006-03-01 0:25 Jamie Wellnitz
0 siblings, 0 replies; 2+ messages in thread
From: Jamie Wellnitz @ 2006-03-01 0:25 UTC (permalink / raw)
To: linux-scsi
Fixed a double insertion of mail box object to the SLI mailbox list.
Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com>
--- a/drivers/scsi/lpfc/lpfc_sli.c
+++ b/drivers/scsi/lpfc/lpfc_sli.c
@@ -2867,11 +2867,10 @@ lpfc_sli_issue_mbox_wait(struct lpfc_hba
pmboxq->context1 = NULL;
/* if schedule_timeout returns 0, we timed out and were not
woken up */
- if (timeleft == 0) {
+ if ((timeleft == 0) || signal_pending(current))
retval = MBX_TIMEOUT;
- } else {
+ else
retval = MBX_SUCCESS;
- }
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-01 0:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08 15:41 [PATCH 8/22] lpfc 8.1.2 : Fixed a double insertion of mail box object to the SLI mailbox list James Smart
-- strict thread matches above, loose matches on Subject: below --
2006-03-01 0:25 [PATCH 8/22] lpfc 8.1.2: " Jamie Wellnitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).