mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
[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:
parent
eab7e2e647
commit
7d317f2c9f
5 changed files with 18 additions and 30 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue