From: Andreas Gruenbacher Date: Wed, 22 Jun 2005 17:16:27 +0000 (+0000) Subject: [PATCH] NFS: Cache the NFSv3 acls. X-Git-Tag: v2.6.13-rc1~68^2~537^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6a9f7d92291c832d47e792ed1fafa44acb066e;p=pandora-kernel.git [PATCH] NFS: Cache the NFSv3 acls. Attach acls to inodes in the icache to avoid unnecessary GETACL RPC round-trips. As long as the client doesn't retrieve any acls itself, only the default acls of exiting directories and the default and access acls of new directories will end up in the cache, which preserves some memory compared to always caching the access and default acl of all files. Signed-off-by: Andreas Gruenbacher Acked-by: Olaf Kirch Signed-off-by: Andrew Morton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed