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 173361 Details for
Bug 174821
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 issue reported during Z-Stream update QA
autofs4-rhel-4-56-lookup-expire-race-fix-4.patch (text/plain), 572 bytes, created by
Ian Kent
on 2007-08-27 07:38:44 UTC
(
hide
)
Description:
Patch to fix issue reported during Z-Stream update QA
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-08-27 07:38:44 UTC
Size:
572 bytes
patch
obsolete
>--- linux-2.6.9/fs/autofs4/root.c.lookup-expire-race-fix-4 2007-08-27 15:21:21.000000000 +0800 >+++ linux-2.6.9/fs/autofs4/root.c 2007-08-27 15:22:46.000000000 +0800 >@@ -655,7 +655,7 @@ static struct dentry *autofs4_lookup(str > * doesn't do the right thing for all system calls, but it should > * be OK for the operations we permit from an autofs. > */ >- if (dentry->d_inode && d_unhashed(dentry)) { >+ if (!oz_mode && d_unhashed(dentry)) { > /* > * In the case of replicated server entries, if a mount > * attempt fails, the daemon will remove the directory and
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 174821
:
146977
|
147032
|
152874
|
161842
|
173321
| 173361