[PATCH] knfsd: Get rid of 'inplace' sunrpc caches
These were an unnecessary wart. Also only have one 'DefineSimpleCache..' instead of two. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
eab7e2e647
commit
7d317f2c9f
@@ -258,7 +258,7 @@ struct cache_detail ip_map_cache = {
|
||||
.cache_show = ip_map_show,
|
||||
};
|
||||
|
||||
static DefineSimpleCacheLookup(ip_map, 0)
|
||||
static DefineSimpleCacheLookup(ip_map, ip_map)
|
||||
|
||||
|
||||
int auth_unix_add_addr(struct in_addr addr, struct auth_domain *dom)
|
||||
|
||||
Reference in New Issue
Block a user