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 316488 Details for
Bug 460455
[FOCUS][24] R2:SAN:Hang triggered by filesystem testing on SAN
[?]
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]
patch to fix compat semaphore in qla2x00 driver
qla-mbx-compat-cast.patch (text/plain), 879 bytes, created by
Steven Rostedt
on 2008-09-11 20:59:50 UTC
(
hide
)
Description:
patch to fix compat semaphore in qla2x00 driver
Filename:
MIME Type:
Creator:
Steven Rostedt
Created:
2008-09-11 20:59:50 UTC
Size:
879 bytes
patch
obsolete
>From: Steven Rostedt <srostedt@redhat.com> >Subject: fix semaphore type in qla_mbx > >A compat_semaphore is passed as a pointer to a timeout function, but >that timeout function converts it to a semaphore instead of a compat. > >Signed-off-by: Steven Rostedt <srostedt@redhat.com> >--- > drivers/scsi/qla2xxx/qla_mbx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >Index: linux-2.6.24.7.noarch/drivers/scsi/qla2xxx/qla_mbx.c >=================================================================== >--- linux-2.6.24.7.noarch.orig/drivers/scsi/qla2xxx/qla_mbx.c >+++ linux-2.6.24.7.noarch/drivers/scsi/qla2xxx/qla_mbx.c >@@ -11,7 +11,7 @@ > static void > qla2x00_mbx_sem_timeout(unsigned long data) > { >- struct semaphore *sem_ptr = (struct semaphore *)data; >+ struct compat_semaphore *sem_ptr = (struct compat_semaphore *)data; > > DEBUG11(printk("qla2x00_sem_timeout: entered.\n")); >
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 460455
:
315191
| 316488 |
316618