From: J. Bruce Fields Date: Wed, 22 Jun 2005 17:16:23 +0000 (+0000) Subject: [PATCH] NFSv4: client-side caching NFSv4 ACLs X-Git-Tag: v2.6.13-rc1~68^2~537^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e50a1c2e1f816c81eed6a589019052cb44189267;p=pandora-kernel.git [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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed