aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth.c')
-rw-r--r--net/sunrpc/auth.c1
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 = {
566void __init rpcauth_init_module(void) 566void __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