diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2006-05-25 01:41:03 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-09 09:34:11 -0400 |
commit | 4814f56d19137b3b9fa8e00e1d332b3683b950de (patch) | |
tree | 41575affcd777e41d1ade756867697cd27bfc2ec /fs/nfs/nfs4xdr.c | |
parent | 1842bfb447cea8b344fd91af97fb6d604ecb11fa (diff) |
NFSv3: Client-side nfsacl caching fix
Fix two errors in the client-side acl cache: First, when nfs3_proc_getacl
requests only the default acl of a file and the access acl is not cached
already, a NULL access acl entry is cached instead of ERR_PTR(-EAGAIN)
("not cached").
Second, update the cached acls in nfs3_proc_setacls: nfs_refresh_inode does
not always invalidate the cached acls, and when it does not, the cached acls
get out of sync.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
0 files changed, 0 insertions, 0 deletions