diff options
Diffstat (limited to 'net/sunrpc/svcauth_unix.c')
-rw-r--r-- | net/sunrpc/svcauth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c index 17e8b2a3130c..7ddf068b5b25 100644 --- a/net/sunrpc/svcauth_unix.c +++ b/net/sunrpc/svcauth_unix.c | |||
@@ -258,7 +258,7 @@ struct cache_detail ip_map_cache = { | |||
258 | .cache_show = ip_map_show, | 258 | .cache_show = ip_map_show, |
259 | }; | 259 | }; |
260 | 260 | ||
261 | static DefineSimpleCacheLookup(ip_map, 0) | 261 | static DefineSimpleCacheLookup(ip_map, ip_map) |
262 | 262 | ||
263 | 263 | ||
264 | int auth_unix_add_addr(struct in_addr addr, struct auth_domain *dom) | 264 | int auth_unix_add_addr(struct in_addr addr, struct auth_domain *dom) |