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 672270 Details for
Bug 833535
autofs-5.0.6-19.fc17.x86_64 doesn't work with mock
[?]
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 - don't do blind d_drop() in nfs_prime_dcache()
nfs-dont-do-blind-d_drop-in-nfs_prime_dcache.patch (text/plain), 615 bytes, created by
Ian Kent
on 2013-01-04 00:41:50 UTC
(
hide
)
Description:
Patch - don't do blind d_drop() in nfs_prime_dcache()
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2013-01-04 00:41:50 UTC
Size:
615 bytes
patch
obsolete
>commit 696199f8ccf7fc6d17ef89c296ad3b6c78c52d9c >Author: Al Viro <viro@zeniv.linux.org.uk> >Date: Thu Nov 29 22:00:51 2012 -0500 > > don't do blind d_drop() in nfs_prime_dcache() > > Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> > >diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c >index ce8cb92..99489cf 100644 >--- a/fs/nfs/dir.c >+++ b/fs/nfs/dir.c >@@ -450,7 +450,8 @@ void nfs_prime_dcache(struct dentry *parent, struct nfs_entry *entry) > nfs_refresh_inode(dentry->d_inode, entry->fattr); > goto out; > } else { >- d_drop(dentry); >+ if (d_invalidate(dentry) != 0) >+ goto out; > dput(dentry); > } > }
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 833535
:
593444
|
609140
|
610823
|
611990
|
625260
|
636456
|
641908
|
647703
|
647705
|
649476
|
672268
| 672270