From: Timo Teräs Date: Wed, 31 Mar 2010 00:17:06 +0000 (+0000) Subject: flow: structurize flow cache X-Git-Tag: v2.6.35-rc1~473^2~620 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7997fe1f4584da12e9c29fb682c18e9bdc13b73;p=pandora-kernel.git flow: structurize flow cache Group all per-cpu data to one structure instead of having many globals. Also prepare the internals so that we can have multiple instances of the flow cache if needed. Only the kmem_cache is left as a global as all flow caches share the same element size, and benefit from using a common cache. Signed-off-by: Timo Teras Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed