Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290112 Details for
Bug 426327
[QLogic 5.2 bug] qla2xxx: regression fix for infinite-login-retry fix
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
login retry loopid fix
qla2xxx_rhel5.2_loopidfix_patch8.txt (text/plain), 1021 bytes, created by
Marcus Barrow
on 2007-12-20 02:44:05 UTC
(
hide
)
Description:
login retry loopid fix
Filename:
MIME Type:
Creator:
Marcus Barrow
Created:
2007-12-20 02:44:05 UTC
Size:
1021 bytes
patch
obsolete
>From bf01a6f6f253d73706ab84bc3fb4149a1404ecb1 Mon Sep 17 00:00:00 2001 >From: Marcus Barrow <mbarrow@marcus-barrows-computer.local> >Date: Wed, 19 Dec 2007 21:34:51 -0500 >Subject: [PATCH] qla2xxx - regression fix for infinite-login-retry fix > >The infinite login retry fix introduced a bug where >the HBA's loop id was cleared when the login was successful. > >This patch makes sure that the loop id is only cleared >when the login fails. >--- > drivers/scsi/qla2xxx/qla_os.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c >index 31c2e75..d2cc54c 100644 >--- a/drivers/scsi/qla2xxx/qla_os.c >+++ b/drivers/scsi/qla2xxx/qla_os.c >@@ -2527,7 +2527,7 @@ qla2x00_do_dpc(void *data) > } else { > fcport->login_retry = 0; > } >- if (fcport->login_retry == 0) >+ if (fcport->login_retry == 0 && status != QLA_SUCCESS) > fcport->loop_id = FC_NO_LOOP_ID; > } > if (test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags)) >-- >1.4.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 426327
:
290112
|
290118