commit | 82d8a867ffaed7fe58e789103b32c0fc6b79dafd | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Nov 26 20:12:58 2007 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:55:04 2008 -0800 |
tree | 091c5c972c97a4a3433b9c291990068115fbdbfd | |
parent | 8d8ad9d7c4bfe79bc91b7fc419ecfb9dcdfe6a51 [diff] |
[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 <xemul@openvz.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>