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 601563 Details for
Bug 821060
dlm: make dlm_recv single threaded
[?]
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
0001-dlm-make-dlm_recv-single-threaded.patch (text/plain), 936 bytes, created by
David Teigland
on 2012-07-31 18:32:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
David Teigland
Created:
2012-07-31 18:32:33 UTC
Size:
936 bytes
patch
obsolete
>From 792eb98ad0cd12681fd0f023faef690da8e23c7e Mon Sep 17 00:00:00 2001 >From: David Teigland <teigland@redhat.com> >Date: Tue, 31 Jul 2012 10:17:34 -0500 >Subject: [PATCH] dlm: make dlm_recv single threaded > >Some fields in the lockspace struct (notably the >stub fields) assume a single dlm_recv thread, and >other code paths may assume this also. > >Signed-off-by: David Teigland <teigland@redhat.com> >--- > fs/dlm/lowcomms.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c >index f2432f0..b51d9ed 100644 >--- a/fs/dlm/lowcomms.c >+++ b/fs/dlm/lowcomms.c >@@ -1611,7 +1611,7 @@ static void work_stop(void) > static int work_start(void) > { > int error; >- recv_workqueue = create_workqueue("dlm_recv"); >+ recv_workqueue = create_singlethread_workqueue("dlm_recv"); > error = IS_ERR(recv_workqueue); > if (error) { > log_print("can't start dlm_recv %d", error); >-- >1.7.10.1.362.g242cab3 >
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 Raw
Actions:
View
Attachments on
bug 821060
: 601563