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 311582 Details for
Bug 453094
deadlock when lockd tries to take f_sema that it already has
[?]
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]
fault injector -- always do a gc pass in nlm_lookup_host
lockd-always-gc-on-host-lookup.patch (text/plain), 421 bytes, created by
Jeff Layton
on 2008-07-11 14:27:49 UTC
(
hide
)
Description:
fault injector -- always do a gc pass in nlm_lookup_host
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2008-07-11 14:27:49 UTC
Size:
421 bytes
patch
obsolete
>diff --git a/fs/lockd/host.c b/fs/lockd/host.c >index 4810c37..a2086e7 100644 >--- a/fs/lockd/host.c >+++ b/fs/lockd/host.c >@@ -74,7 +74,7 @@ nlm_lookup_host(int server, struct sockaddr_in *sin, > /* Lock hash table */ > mutex_lock(&nlm_host_mutex); > >- if (time_after_eq(jiffies, next_gc)) >+// if (time_after_eq(jiffies, next_gc)) > nlm_gc_hosts(); > > for (hp = &nlm_hosts[hash]; (host = *hp) != 0; hp = &host->h_next) {
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 453094
:
311104
|
311206
| 311582 |
311599
|
311951