From: David S. Miller Date: Wed, 20 Jun 2012 01:56:21 +0000 (-0700) Subject: inet: Sanitize inet{,6} protocol demux. X-Git-Tag: v3.6-rc1~125^2~480 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9242b6b28d61295f2bf7e8adfb1060b382e5381;p=pandora-kernel.git inet: Sanitize inet{,6} protocol demux. Don't pretend that inet_protos[] and inet6_protos[] are hashes, thay are just a straight arrays. Remove all unnecessary hash masking. Document MAX_INET_PROTOS. Use RAW_HTABLE_SIZE when appropriate. Reported-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed