[NETFILTER]: nf_conntrack: sparse warnings
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 31 Jan 2008 12:07:29 +0000 (04:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:44 +0000 (19:27 -0800)
commit96eb24d770381b8a257b26183f6b6c131ad51ab9
tree77b7404c94e3aaad43d45d679b6eeb3aadc1edb1
parent06aa10728e36265cce82a53de025ad1aa672b2b0
[NETFILTER]: nf_conntrack: sparse warnings

The hashtable size is really unsigned so sparse complains when you pass
a signed integer.  Change all uses to make it consistent.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netfilter/nf_conntrack.h
net/netfilter/nf_conntrack_core.c