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 161841 Details for
Bug 248126
autofs problem with symbolic links
[?]
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 to fix wakeup order of processes when rehashing dentry
autofs4-rhel-4-lookup-locking-4-fix.patch (text/plain), 811 bytes, created by
Ian Kent
on 2007-08-20 04:45:55 UTC
(
hide
)
Description:
Patch to fix wakeup order of processes when rehashing dentry
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-08-20 04:45:55 UTC
Size:
811 bytes
patch
obsolete
>--- linux-2.6.9/fs/autofs4/root.c.lookup-locking-fix 2007-08-20 12:34:56.000000000 +0800 >+++ linux-2.6.9/fs/autofs4/root.c 2007-08-20 12:36:21.000000000 +0800 >@@ -605,8 +605,11 @@ static struct dentry *autofs4_lookup(str > * If we are racing with expire the request might not > * be quite complete but the directory has been removed > * so it must have been successful, so just wait for it. >+ * We need to ensure the AUTOFS_INF_EXPIRING flag is clear >+ * before continuing as revalidate may fail when calling >+ * try_to_fill_dentry (returning EAGAIN) if we don't. > */ >- if (ino && (ino->flags & AUTOFS_INF_EXPIRING)) { >+ while (ino && (ino->flags & AUTOFS_INF_EXPIRING)) { > DPRINTK("wait for incomplete expire %p name=%.*s", > unhashed, unhashed->d_name.len, > unhashed->d_name.name);
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 248126
:
161833
| 161841 |
173241
|
173261