From: Hagen Paul Pfeifer Date: Fri, 20 Feb 2009 09:47:09 +0000 (+0100) Subject: netfilter: nf_conntrack: table max size should hold at least table size X-Git-Tag: v2.6.30-rc1~662^2~48^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e478075c6f07a383c378fb400edc1a7407a941b0;p=pandora-kernel.git netfilter: nf_conntrack: table max size should hold at least table size Table size is defined as unsigned, wheres the table maximum size is defined as a signed integer. The calculation of max is 8 or 4, multiplied the table size. Therefore the max value is aligned to unsigned. Signed-off-by: Hagen Paul Pfeifer Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed