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 147289 Details for
Bug 227249
RHEL4.5 NFSv2 intermittently fails connectathon basic test 7 when run against solaris NFS server
[?]
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 add some missing inode revals
nfs-missing-revalidate.patch (text/plain), 1.84 KB, created by
Jeff Layton
on 2007-02-03 23:22:16 UTC
(
hide
)
Description:
patch to add some missing inode revals
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-02-03 23:22:16 UTC
Size:
1.84 KB
patch
obsolete
>commit 5ba7cc4801ae0fe74b6e0160f008521ae71d9f5d >Author: Trond Myklebust <Trond.Myklebust@netapp.com> >Date: Sat Dec 3 15:20:17 2005 -0500 > > NFS: Fix post-op attribute revalidation... > > - Missing nfs_mark_for_revalidate in nfs_proc_link() > - Missing nfs_mark_for_revalidate in nfs_rename() > > Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> > >diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c >index 7370583..c0d1a21 100644 >--- a/fs/nfs/dir.c >+++ b/fs/nfs/dir.c >@@ -1287,6 +1287,7 @@ dentry->d_parent->d_name.name, dentry->d_name.name); > nfs_begin_data_update(dentry->d_inode); > error = NFS_PROTO(dir)->rename(dir, &dentry->d_name, > dir, &qsilly); >+ nfs_mark_for_revalidate(dentry->d_inode); > nfs_end_data_update(dentry->d_inode); > } else > error = NFS_PROTO(dir)->rename(dir, &dentry->d_name, >@@ -1334,6 +1335,7 @@ static int nfs_safe_remove(struct dentry *dentry) > /* The VFS may want to delete this inode */ > if (error == 0) > inode->i_nlink--; >+ nfs_mark_for_revalidate(inode); > nfs_end_data_update(inode); > } else > error = NFS_PROTO(dir)->remove(dir, &dentry->d_name); >@@ -1556,6 +1558,7 @@ go_ahead: > nfs_begin_data_update(old_inode); > error = NFS_PROTO(old_dir)->rename(old_dir, &old_dentry->d_name, > new_dir, &new_dentry->d_name); >+ nfs_mark_for_revalidate(old_inode); > nfs_end_data_update(old_inode); > nfs_end_data_update(new_dir); > nfs_end_data_update(old_dir); >diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c >index a48a003..e1e3ca5 100644 >--- a/fs/nfs/proc.c >+++ b/fs/nfs/proc.c >@@ -375,6 +375,7 @@ nfs_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) > > dprintk("NFS call link %s\n", name->name); > status = rpc_call(NFS_CLIENT(inode), NFSPROC_LINK, &arg, NULL, 0); >+ nfs_mark_for_revalidate(inode); > nfs_mark_for_revalidate(dir); > dprintk("NFS reply link: %d\n", status); > return status;
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 227249
: 147289 |
148245