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 290189 Details for
Bug 426411
[QLogic 4.7 Bug][5/5] qla2xxx - avoid delay for loop ready when loop dead
[?]
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]
avoid delay for loop dead
fix-delay-in-wait4loopready.txt (text/plain), 669 bytes, created by
Marcus Barrow
on 2007-12-20 21:20:34 UTC
(
hide
)
Description:
avoid delay for loop dead
Filename:
MIME Type:
Creator:
Marcus Barrow
Created:
2007-12-20 21:20:34 UTC
Size:
669 bytes
patch
obsolete
>diff -Nuarp qla2xxx-8.01.07-d4/qla_os.c qla2xxx-8.01.07-d4a/qla_os.c >--- qla2xxx-8.01.07-d4/qla_os.c 2007-12-10 11:09:18.000000000 +0530 >+++ qla2xxx-8.01.07-d4a/qla_os.c 2007-12-10 14:21:54.000000000 +0530 >@@ -1191,6 +1191,10 @@ qla2x00_wait_for_loop_ready(scsi_qla_hos > atomic_read(&ha->loop_state) == LOOP_DOWN) || > test_bit(CFG_ACTIVE, &ha->cfg_flags) || > atomic_read(&ha->loop_state) != LOOP_READY) { >+ if (atomic_read(&ha->loop_state) == LOOP_DEAD) { >+ return_status = QLA_FUNCTION_FAILED; >+ break; >+ } > msleep(1000); > if (time_after_eq(jiffies, loop_timeout)) { > return_status = QLA_FUNCTION_FAILED;
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 426411
: 290189