aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_gss/auth_gss.c')
-rw-r--r--net/sunrpc/auth_gss/auth_gss.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c
index 44f939cb6bc8..9463af4b32e8 100644
--- a/net/sunrpc/auth_gss/auth_gss.c
+++ b/net/sunrpc/auth_gss/auth_gss.c
@@ -2063,7 +2063,6 @@ static __net_exit void rpcsec_gss_exit_net(struct net *net)
2063static struct pernet_operations rpcsec_gss_net_ops = { 2063static struct pernet_operations rpcsec_gss_net_ops = {
2064 .init = rpcsec_gss_init_net, 2064 .init = rpcsec_gss_init_net,
2065 .exit = rpcsec_gss_exit_net, 2065 .exit = rpcsec_gss_exit_net,
2066 .async = true,
2067}; 2066};
2068 2067
2069/* 2068/*