From: Andrew Morton Cc: Neil Brown Signed-off-by: Andrew Morton --- include/linux/sunrpc/svcauth.h | 2 -- net/sunrpc/svcauth_unix.c | 1 - 2 files changed, 3 deletions(-) diff -puN net/sunrpc/svcauth_unix.c~knfsd-change-the-store-of-auth_domains-to-not-be-a-cache-fix-3 net/sunrpc/svcauth_unix.c --- devel/net/sunrpc/svcauth_unix.c~knfsd-change-the-store-of-auth_domains-to-not-be-a-cache-fix-3 2006-03-10 00:06:52.000000000 -0800 +++ devel-akpm/net/sunrpc/svcauth_unix.c 2006-03-10 00:06:52.000000000 -0800 @@ -326,7 +326,6 @@ struct auth_domain *auth_unix_lookup(str void svcauth_unix_purge(void) { cache_purge(&ip_map_cache); - cache_purge(&auth_domain_cache); } static int diff -puN include/linux/sunrpc/svcauth.h~knfsd-change-the-store-of-auth_domains-to-not-be-a-cache-fix-3 include/linux/sunrpc/svcauth.h --- devel/include/linux/sunrpc/svcauth.h~knfsd-change-the-store-of-auth_domains-to-not-be-a-cache-fix-3 2006-03-10 00:07:30.000000000 -0800 +++ devel-akpm/include/linux/sunrpc/svcauth.h 2006-03-10 00:07:38.000000000 -0800 @@ -164,8 +164,6 @@ static inline unsigned long hash_mem(cha return hash >> (BITS_PER_LONG - bits); } -extern struct cache_detail auth_domain_cache, ip_map_cache; - #endif /* __KERNEL__ */ #endif /* _LINUX_SUNRPC_SVCAUTH_H_ */ _