From: Pavel Emelyanov Date: Mon, 26 Nov 2007 12:12:58 +0000 (+0800) Subject: [NET]: Make macro to specify the ptype_base size X-Git-Tag: v2.6.25-rc1~1162^2~1336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d8a867ffaed7fe58e789103b32c0fc6b79dafd;p=pandora-kernel.git [NET]: Make macro to specify the ptype_base size Currently this size is 16, but as the comment says this is so only because all the chains (except one) has the length 1. I think, that some day this may change, so growing this hash will be much easier. Besides, symbolic names are read better than magic constants. Signed-off-by: Pavel Emelyanov Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed