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 292949 Details for
Bug 248787
[RHEL4 U4] NFS server, rpciod was stuck in a infinite loop,
[?]
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 -- make sure that kernel portmap calls are always soft tasks
0001-BZ-248787-SUNRPC-make-sure-portmap-calls-are-alway.patch (text/plain), 1.13 KB, created by
Jeff Layton
on 2008-01-25 15:31:56 UTC
(
hide
)
Description:
patch -- make sure that kernel portmap calls are always soft tasks
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2008-01-25 15:31:56 UTC
Size:
1.13 KB
patch
obsolete
>From 87f08a4c1fd4296c5091f01c3910eadf9ec3a42f Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Fri, 25 Jan 2008 09:08:27 -0500 >Subject: [PATCH] BZ#248787: SUNRPC: make sure portmap calls are always soft RPC tasks > >The RPC state machine will spawn a new child RPC task whenever it >finds that the RPC client isn't bound. When an RPC server goes away >for a long time, these calls can stack up and bring the box to its >knees. Allow them to error out by letting them be soft RPC tasks. The >RPC engine will spawn new ones anyway. >--- > net/sunrpc/pmap_clnt.c | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > >diff --git a/net/sunrpc/pmap_clnt.c b/net/sunrpc/pmap_clnt.c >index 3a81767..b47ca47 100644 >--- a/net/sunrpc/pmap_clnt.c >+++ b/net/sunrpc/pmap_clnt.c >@@ -73,9 +73,6 @@ rpc_getport(struct rpc_task *task, struct rpc_clnt *clnt) > task->tk_status = PTR_ERR(pmap_clnt); > goto bailout; > } >- /* use the soft setting from the orignal clnt */ >- pmap_clnt->cl_softrtry = clnt->cl_softrtry; >- > /* Don't need reserved ports to get ports from portmappers */ > pmap_clnt->cl_xprt->resvport = 0; > task->tk_status = 0; >-- >1.5.3.3 >
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 248787
:
292554
| 292949