From: Eric Dumazet Date: Mon, 10 Mar 2014 14:09:07 +0000 (-0700) Subject: flowcache: restore a single flow_cache kmem_cache X-Git-Tag: v3.15-rc1~113^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32d9bb85c65f52bed99a0149b47e9f6578c44c5;p=pandora-kernel.git flowcache: restore a single flow_cache kmem_cache It is not legal to create multiple kmem_cache having the same name. flowcache can use a single kmem_cache, no need for a per netns one. Fixes: ca925cf1534e ("flowcache: Make flow cache name space aware") Reported-by: Jakub Kicinski Tested-by: Jakub Kicinski Tested-by: Fan Du Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed