diff options
author | Lukas Wunner <lukas@wunner.de> | 2019-11-20 14:33:59 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2019-12-18 00:58:23 +0300 |
commit | 871185ace40df871a93866b2a7ce441276fc4ee8 (patch) | |
tree | 2664c98c9a8a6647ceb6c5742f85eaff3d27069a /include/linux/netdevice.h | |
parent | 6f6dded1385cfb564de85f86126f1c054c8f47b1 (diff) | |
download | linux-871185ace40df871a93866b2a7ce441276fc4ee8.tar.xz |
netfilter: Clean up unnecessary #ifdef
If CONFIG_NETFILTER_INGRESS is not enabled, nf_ingress() becomes a no-op
because it solely contains an if-clause calling nf_hook_ingress_active(),
for which an empty inline stub exists in <linux/netfilter_ingress.h>.
All the symbols used in the if-clause's body are still available even if
CONFIG_NETFILTER_INGRESS is not enabled.
The additional "#ifdef CONFIG_NETFILTER_INGRESS" in nf_ingress() is thus
unnecessary, so drop it.
Signed-off-by: Lukas Wunner <lukas@wunner.de>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/linux/netdevice.h')
0 files changed, 0 insertions, 0 deletions