diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2015-09-02 20:54:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-02 16:28:06 -0700 |
commit | a82b0e63917f597c546cd479acc938e08ac54f2d (patch) | |
tree | 364e8440142fa32507c2c35788b1446c18375013 /MAINTAINERS | |
parent | ed63f1dcd5788d36f942fbcce350742385e3e18c (diff) | |
download | linux-a82b0e63917f597c546cd479acc938e08ac54f2d.tar.bz2 |
netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabled
While testing various Kconfig options on another issue, I found that
the following one triggers as well on allmodconfig and nf_conntrack
disabled:
net/ipv4/netfilter/nf_dup_ipv4.c: In function ‘nf_dup_ipv4’:
net/ipv4/netfilter/nf_dup_ipv4.c:72:20: error: ‘nf_skb_duplicated’ undeclared (first use in this function)
if (this_cpu_read(nf_skb_duplicated))
[...]
net/ipv6/netfilter/nf_dup_ipv6.c: In function ‘nf_dup_ipv6’:
net/ipv6/netfilter/nf_dup_ipv6.c:66:20: error: ‘nf_skb_duplicated’ undeclared (first use in this function)
if (this_cpu_read(nf_skb_duplicated))
Fix it by including directly the header where it is defined.
Fixes: bbde9fc1824a ("netfilter: factor out packet duplication for IPv4/IPv6")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions