From: Pavel Emelyanov Date: Sat, 22 Mar 2008 23:56:51 +0000 (-0700) Subject: [RAW]: Add raw_hashinfo member on struct proto. X-Git-Tag: v2.6.26-rc1~1138^2~394 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8717baa8f52dd8d1b90df9008300ef3ec794ed;p=pandora-kernel.git [RAW]: Add raw_hashinfo member on struct proto. Sorry for the patch sequence confusion :| but I found that the similar thing can be done for raw sockets easily too late. Expand the proto.h union with the raw_hashinfo member and use it in raw_prot and rawv6_prot. This allows to drop the protocol specific versions of hash and unhash callbacks. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed