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 228481 Details for
Bug 333781
autofs can deadlock with multiple simulaneous access to a submount map
[?]
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]
Prevent deadlock during multiple simulaneous to program map
autofs-5.0.2-submount-deadlock.patch (text/plain), 626 bytes, created by
Ian Kent
on 2007-10-16 09:42:51 UTC
(
hide
)
Description:
Prevent deadlock during multiple simulaneous to program map
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-10-16 09:42:51 UTC
Size:
626 bytes
patch
obsolete
>diff --git a/modules/mount_autofs.c b/modules/mount_autofs.c >index f8d8ed2..c45b91b 100644 >--- a/modules/mount_autofs.c >+++ b/modules/mount_autofs.c >@@ -215,6 +215,8 @@ int mount_mount(struct autofs_point *ap, const char *root, const char *name, > return 1; > } > >+ mounts_mutex_lock(ap); >+ > status = pthread_mutex_lock(&suc.mutex); > if (status) { > crit(ap->logopt, >@@ -227,8 +229,6 @@ int mount_mount(struct autofs_point *ap, const char *root, const char *name, > suc.done = 0; > suc.status = 0; > >- mounts_mutex_lock(ap); >- > if (pthread_create(&thid, NULL, handle_mounts, nap)) { > crit(ap->logopt, > MODPREFIX
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 333781
:
228481
|
302658