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)
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>

No differences found