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 308710 Details for
Bug 450184
Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching
[?]
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]
Proposed patch
450184.rhel-5 (text/plain), 498 bytes, created by
Peter Staubach
on 2008-06-09 16:13:18 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Peter Staubach
Created:
2008-06-09 16:13:18 UTC
Size:
498 bytes
patch
obsolete
>--- linux-2.6.18.i686/fs/nfs/inode.c.org >+++ linux-2.6.18.i686/fs/nfs/inode.c >@@ -671,6 +671,13 @@ int nfs_attribute_timeout(struct inode * > > if (nfs_have_delegation(inode, FMODE_READ)) > return 0; >+ /* >+ * Special case: if the attribute timeout is set to 0, then we >+ * treat the cache as having expired (unless we >+ * have a delegation). >+ */ >+ if (nfsi->attrtimeo == 0) >+ return 1; > return time_after(jiffies, nfsi->read_cache_jiffies+nfsi->attrtimeo); > } >
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 450184
: 308710