commit | e50a1c2e1f816c81eed6a589019052cb44189267 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Wed Jun 22 17:16:23 2005 +0000 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jun 22 16:07:15 2005 -0400 |
tree | e59dd290e136bd0eb5fc56d325bf34f5ca1efdfb | |
parent | 4b580ee3dc00f9828a9a7aad2724f448fdc94075 [diff] |
[PATCH] NFSv4: client-side caching NFSv4 ACLs Add nfs4_acl field to the nfs_inode, and use it to cache acls. Only cache acls of size up to a page. Also prepare for up to a page of acl data even when the user doesn't pass in a buffer, as when they want to get the acl length to decide what size buffer to allocate. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>