commit | 2e05fcae83c41eb2df10558338dc600dc783af47 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Jun 15 13:19:55 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 16 14:15:07 2019 -0700 |
tree | 1bedfe78c671b634aed0faa9dbb2ec5cda7a4261 | |
parent | d424a2afd7da136a98e9485bfd6c5d5506bd77f8 [diff] |
tcp: fix compile error if !CONFIG_SYSCTL tcp_tx_skb_cache_key and tcp_rx_skb_cache_key must be available even if CONFIG_SYSCTL is not set. Fixes: 0b7d7f6b2208 ("tcp: add tcp_tx_skb_cache sysctl") Fixes: ede61ca474a0 ("tcp: add tcp_rx_skb_cache sysctl") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>