nfsd: Lower NFSv4.1 callback message size limit
[deliverable/linux.git] / net / sunrpc / auth_null.c
index c2a2b584a056ab3b716b985ebf52058f3326fd37..8d9eb4d5ddd8fd861a70a30f9922a3203ad8bb6f 100644 (file)
@@ -113,8 +113,8 @@ const struct rpc_authops authnull_ops = {
 
 static
 struct rpc_auth null_auth = {
-       .au_cslack      = 4,
-       .au_rslack      = 2,
+       .au_cslack      = NUL_CALLSLACK,
+       .au_rslack      = NUL_REPLYSLACK,
        .au_ops         = &authnull_ops,
        .au_flavor      = RPC_AUTH_NULL,
        .au_count       = ATOMIC_INIT(0),
This page took 0.024276 seconds and 5 git commands to generate.