From: Nikolay Aleksandrov Date: Fri, 1 Aug 2014 10:29:48 +0000 (+0200) Subject: inet: frags: use kmem_cache for inet_frag_queue X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ad4d22e7ac6b8711b35d7e86eb29f03f8ac153;p=pandora-kernel.git inet: frags: use kmem_cache for inet_frag_queue Use kmem_cache to allocate/free inet_frag_queue objects since they're all the same size per inet_frags user and are alloced/freed in high volumes thus making it a perfect case for kmem_cache. Signed-off-by: Nikolay Aleksandrov Acked-by: Florian Westphal Signed-off-by: David S. Miller --- Reading git-diff-tree failed