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 312167 Details for
Bug 453711
[5.2][nfs] ls -l shows outdated timestamp
[?]
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 -- properly initialize fattrs in nfs3_proc_getacl and nfs3_proc_setacls
0001-BZ-453711-NFS-missing-nfs_fattr_init-in-nfs3_proc_.patch (text/plain), 1.25 KB, created by
Jeff Layton
on 2008-07-18 19:02:33 UTC
(
hide
)
Description:
patch -- properly initialize fattrs in nfs3_proc_getacl and nfs3_proc_setacls
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2008-07-18 19:02:33 UTC
Size:
1.25 KB
patch
obsolete
>From 8c533ef29733029d16b72b5d7690614db5c2c0a1 Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Fri, 18 Jul 2008 14:56:44 -0400 >Subject: [PATCH] BZ#453711: NFS: missing nfs_fattr_init in nfs3_proc_getacl and nfs3_proc_setacls > >The fattrs used in the NFSv3 getacl/setacl calls are not being properly >initialized. > >Signed-off-by: Jeff Layton <jlayton@redhat.com> >--- > fs/nfs/nfs3acl.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/fs/nfs/nfs3acl.c b/fs/nfs/nfs3acl.c >index 9b73625..efb2724 100644 >--- a/fs/nfs/nfs3acl.c >+++ b/fs/nfs/nfs3acl.c >@@ -225,6 +225,7 @@ struct posix_acl *nfs3_proc_getacl(struct inode *inode, int type) > > dprintk("NFS call getacl\n"); > msg.rpc_proc = &server->client_acl->cl_procinfo[ACLPROC3_GETACL]; >+ nfs_fattr_init(&fattr); > status = rpc_call_sync(server->client_acl, &msg, 0); > dprintk("NFS reply getacl: %d\n", status); > >@@ -318,6 +319,7 @@ static int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, > > dprintk("NFS call setacl\n"); > msg.rpc_proc = &server->client_acl->cl_procinfo[ACLPROC3_SETACL]; >+ nfs_fattr_init(&fattr); > status = rpc_call_sync(server->client_acl, &msg, 0); > spin_lock(&inode->i_lock); > NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ACCESS; >-- >1.5.5.1 >
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 453711
:
310761
|
310763
|
312145
|
312154
| 312167