diff options
author | Hein Tibosch <hein_tibosch@yahoo.es> | 2012-10-26 23:49:26 +0000 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-10-28 22:44:15 +0100 |
commit | f1df1374dc83d62588667e566e959df384718ad1 (patch) | |
tree | b11082f60779839a1c48fa3094bf8696b99ce0df /net/wireless/util.c | |
parent | 38fe36a248ec3228f8e6507955d7ceb0432d2000 (diff) | |
download | linux-stable-f1df1374dc83d62588667e566e959df384718ad1.tar.gz linux-stable-f1df1374dc83d62588667e566e959df384718ad1.tar.bz2 linux-stable-f1df1374dc83d62588667e566e959df384718ad1.zip |
netfilter: nf_defrag_ipv6: solve section mismatch in nf_conntrack_reasm
WARNING: net/ipv6/netfilter/nf_defrag_ipv6.o(.text+0xe0): Section mismatch in
reference from the function nf_ct_net_init() to the function
.init.text:nf_ct_frag6_sysctl_register()
The function nf_ct_net_init() references the function
__init nf_ct_frag6_sysctl_register().
In case nf_conntrack_ipv6 is compiled as a module, nf_ct_net_init could be
called after the init code and data are unloaded. Therefore remove the
"__net_init" annotation from nf_ct_frag6_sysctl_register().
Signed-off-by: Hein Tibosch <hein_tibosch@yahoo.es>
Acked-by: Cong Wang <amwang@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/wireless/util.c')
0 files changed, 0 insertions, 0 deletions