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 295296 Details for
Bug 423521
memory leak on size-8192 buckets with NFSV4
[?]
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 -- flush signals before taking down callback thread
0001-NFS-flush-signals-before-taking-down-callback-threa.patch (text/plain), 938 bytes, created by
Jeff Layton
on 2008-02-19 15:26:31 UTC
(
hide
)
Description:
patch -- flush signals before taking down callback thread
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2008-02-19 15:26:31 UTC
Size:
938 bytes
patch
obsolete
>From 197fd544529ea4331d8dea3b3fcb906b76b24712 Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Thu, 14 Feb 2008 11:45:16 -0500 >Subject: [PATCH] NFS: flush signals before taking down callback thread > >The NFSv4 callback thread is signaled by nfs_callback_down(), but never >flushes that signal. All of the shutdown processing is done with that >signal pending. Have it flush signals after breaking out of the main >loop. > >Signed-off-by: Jeff Layton <jlayton@redhat.com> >--- > fs/nfs/callback.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c >index 00de01f..bc2b8b6 100644 >--- a/fs/nfs/callback.c >+++ b/fs/nfs/callback.c >@@ -94,6 +94,7 @@ static void nfs_callback_svc(struct svc_rqst *rqstp) > svc_process(serv, rqstp); > } > >+ flush_signals(current); > svc_exit_thread(rqstp); > nfs_callback_info.pid = 0; > complete(&nfs_callback_info.stopped); >-- >1.5.3.6 >
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 423521
:
294150
|
294151
|
294563
|
295296
|
302874