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 592735 Details for
Bug 830862
Kernel panic at reboot (possibly NFS related).
[?]
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]
hard-code init_net in lockd_up/down
TMP (text/plain), 574 bytes, created by
J. Bruce Fields
on 2012-06-18 20:35:13 UTC
(
hide
)
Description:
hard-code init_net in lockd_up/down
Filename:
MIME Type:
Creator:
J. Bruce Fields
Created:
2012-06-18 20:35:13 UTC
Size:
574 bytes
patch
obsolete
>diff --git a/fs/lockd/svc.c b/fs/lockd/svc.c >index f1b3cce..084ac65 100644 >--- a/fs/lockd/svc.c >+++ b/fs/lockd/svc.c >@@ -300,7 +300,7 @@ int lockd_up(void) > { > struct svc_serv *serv; > int error = 0; >- struct net *net = current->nsproxy->net_ns; >+ struct net *net = &inet_net; > struct lockd_net *ln = net_generic(net, lockd_net_id); > > mutex_lock(&nlmsvc_mutex); >@@ -391,7 +391,7 @@ void > lockd_down(void) > { > mutex_lock(&nlmsvc_mutex); >- lockd_down_net(current->nsproxy->net_ns); >+ lockd_down_net(&inet_net); > if (nlmsvc_users) { > if (--nlmsvc_users) > goto out;
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 830862
:
590949
|
591007
|
591008
|
591009
|
591010
|
591011
|
591012
|
591013
|
591014
|
592622
| 592735 |
596671
|
596672
|
596673