aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_null.c')
-rw-r--r--net/sunrpc/auth_null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/auth_null.c b/net/sunrpc/auth_null.c
index c2a2b584a056..8d9eb4d5ddd8 100644
--- a/net/sunrpc/auth_null.c
+++ b/net/sunrpc/auth_null.c
@@ -113,8 +113,8 @@ const struct rpc_authops authnull_ops = {
113 113
114static 114static
115struct rpc_auth null_auth = { 115struct rpc_auth null_auth = {
116 .au_cslack = 4, 116 .au_cslack = NUL_CALLSLACK,
117 .au_rslack = 2, 117 .au_rslack = NUL_REPLYSLACK,
118 .au_ops = &authnull_ops, 118 .au_ops = &authnull_ops,
119 .au_flavor = RPC_AUTH_NULL, 119 .au_flavor = RPC_AUTH_NULL,
120 .au_count = ATOMIC_INIT(0), 120 .au_count = ATOMIC_INIT(0),