aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_unix.c')
-rw-r--r--net/sunrpc/auth_unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sunrpc/auth_unix.c b/net/sunrpc/auth_unix.c
index 04e936a56fb2..44920b90bdc4 100644
--- a/net/sunrpc/auth_unix.c
+++ b/net/sunrpc/auth_unix.c
@@ -210,9 +210,7 @@ void __init rpc_init_authunix(void)
210const struct rpc_authops authunix_ops = { 210const struct rpc_authops authunix_ops = {
211 .owner = THIS_MODULE, 211 .owner = THIS_MODULE,
212 .au_flavor = RPC_AUTH_UNIX, 212 .au_flavor = RPC_AUTH_UNIX,
213#ifdef RPC_DEBUG
214 .au_name = "UNIX", 213 .au_name = "UNIX",
215#endif
216 .create = unx_create, 214 .create = unx_create,
217 .destroy = unx_destroy, 215 .destroy = unx_destroy,
218 .lookup_cred = unx_lookup_cred, 216 .lookup_cred = unx_lookup_cred,