diff options
Diffstat (limited to 'net/sunrpc/svcauth_unix.c')
-rw-r--r-- | net/sunrpc/svcauth_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c index d6baf6fdf8a9..cac2e774dd81 100644 --- a/net/sunrpc/svcauth_unix.c +++ b/net/sunrpc/svcauth_unix.c | |||
@@ -242,6 +242,7 @@ static int ip_map_show(struct seq_file *m, | |||
242 | 242 | ||
243 | 243 | ||
244 | struct cache_detail ip_map_cache = { | 244 | struct cache_detail ip_map_cache = { |
245 | .owner = THIS_MODULE, | ||
245 | .hash_size = IP_HASHMAX, | 246 | .hash_size = IP_HASHMAX, |
246 | .hash_table = ip_table, | 247 | .hash_table = ip_table, |
247 | .name = "auth.unix.ip", | 248 | .name = "auth.unix.ip", |