netfilter: nf_conntrack: use is_vmalloc_addr()
authorPatrick McHardy <kaber@trash.net>
Fri, 14 Jan 2011 14:45:56 +0000 (15:45 +0100)
committerPatrick McHardy <kaber@trash.net>
Fri, 14 Jan 2011 14:45:56 +0000 (15:45 +0100)
commitd862a6622e9db508d4b28cc7c5bc28bd548cc24e
treed0d65ef88e8f158a33c370a0f1a6f98b41191d6c
parent0134e89c7bcc9fde1da962c82a120691e185619f
netfilter: nf_conntrack: use is_vmalloc_addr()

Use is_vmalloc_addr() in nf_ct_free_hashtable() and get rid of
the vmalloc flags to indicate that a hash table has been allocated
using vmalloc().

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/nf_conntrack.h
include/net/netns/conntrack.h
include/net/netns/ipv4.h
net/ipv4/netfilter/nf_nat_core.c
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_expect.c
net/netfilter/nf_conntrack_helper.c
This page took 0.026195 seconds and 5 git commands to generate.