net: sysctl: remove unused variable long_max
authorLiu Shixin <liushixin2@huawei.com>
Mon, 5 Sep 2022 12:50:42 +0000 (20:50 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Sep 2022 14:31:19 +0000 (15:31 +0100)
commit53fc01a0a8cbf0b9945355a2e632ca00570a4465
treeced748b2282aa6590aa526b2e675a8ab8e82f828
parentc9daab322313087afde8c46f41df3c628410ae20
net: sysctl: remove unused variable long_max

The variable long_max is replaced by bpf_jit_limit_max and no longer be
used. So remove it.

No functional change.

Signed-off-by: Liu Shixin <liushixin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sysctl_net_core.c