From: Eric Dumazet Date: Tue, 6 Nov 2007 07:39:16 +0000 (-0800) Subject: [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure X-Git-Tag: v2.6.24-rc3~179^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a31a6ffcca3b55149bccd5b99763e5eea60ac4;p=pandora-kernel.git [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure Trivial patch to make "tcp,udp,udplite,raw" 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