Re: [PATCH net] tcp: fix compile error if !CONFIG_SYSCTL

2019-06-16 Thread David Miller
From: Eric Dumazet Date: Sat, 15 Jun 2019 13:19:55 -0700 > 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:

[PATCH net] tcp: fix compile error if !CONFIG_SYSCTL

2019-06-15 Thread Eric Dumazet
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 Reported-by: Willem de Bruijn --- net/ipv4/sysctl_net_i