]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: nf_conntrack: mark protocols __read_mostly
authorPatrick McHardy <kaber@trash.net>
Sun, 15 Jul 2007 03:48:19 +0000 (20:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Jul 2007 03:48:19 +0000 (20:48 -0700)
commit3159ecaab46917a8e0b67526aafc08f019e82e62
treebf97f2a5ed93ed1767953b0ae8678d921ebc0473
parentd2dc595e67e5a9a5ec9458cf4e26840162b47a2f
[NETFILTER]: nf_conntrack: mark protocols __read_mostly

Also remove two unnecessary EXPORT_SYMBOLs and move the
nf_conntrack_l3proto_ipv4 declaration to the correct file.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
include/net/netfilter/ipv4/nf_conntrack_ipv4.h
include/net/netfilter/nf_conntrack_l3proto.h
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
net/ipv4/netfilter/nf_conntrack_proto_icmp.c
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
net/netfilter/nf_conntrack_l3proto_generic.c
net/netfilter/nf_conntrack_proto_generic.c
net/netfilter/nf_conntrack_proto_gre.c
net/netfilter/nf_conntrack_proto_sctp.c
net/netfilter/nf_conntrack_proto_tcp.c
net/netfilter/nf_conntrack_proto_udp.c