diff options
Diffstat (limited to 'net/sunrpc/auth.c')
-rw-r--r-- | net/sunrpc/auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c index 1cdb163c4f89..012f2a320638 100644 --- a/net/sunrpc/auth.c +++ b/net/sunrpc/auth.c | |||
@@ -566,6 +566,7 @@ static struct shrinker rpc_cred_shrinker = { | |||
566 | void __init rpcauth_init_module(void) | 566 | void __init rpcauth_init_module(void) |
567 | { | 567 | { |
568 | rpc_init_authunix(); | 568 | rpc_init_authunix(); |
569 | rpc_init_generic_auth(); | ||
569 | register_shrinker(&rpc_cred_shrinker); | 570 | register_shrinker(&rpc_cred_shrinker); |
570 | } | 571 | } |
571 | 572 | ||