From: Eric Dumazet Date: Tue, 6 Nov 2007 07:39:51 +0000 (-0800) Subject: [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure X-Git-Tag: v2.6.24-rc3~179^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a432f1a18b4b2efe691dd6bbb30d86a281f783;p=pandora-kernel.git [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure Trivial patch to make "tcpv6,udpv6,udplitev6,rawv6" protocols uses the fast "inuse sockets" infrastructure Each protocol use then a static percpu var, instead of a dynamic one. This saves some ram and some cpu cycles Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed