From: Herbert Xu Date: Sun, 28 May 2006 06:06:33 +0000 (-0700) Subject: [IPSEC] xfrm: Use IPPROTO_MAX instead of 256 X-Git-Tag: v2.6.18-rc1~1111^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73654d61e556483ad324b90989eae26b22df6ef6;p=pandora-kernel.git [IPSEC] xfrm: Use IPPROTO_MAX instead of 256 The size of the type_map array (256) comes from the number of IP protocols, i.e., IPPROTO_MAX. This patch is based on a suggestion from Ingo Oeser. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed