From: Joonsoo Kim Date: Wed, 6 Aug 2014 23:04:33 +0000 (-0700) Subject: slab: destroy a slab without holding any alien cache lock X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=833b706cc8b7b555e18d3426e9616bd066883a7a;p=pandora-kernel.git slab: destroy a slab without holding any alien cache lock I haven't heard that this alien cache lock is contended, but to reduce chance of contention would be better generally. And with this change, we can simplify complex lockdep annotation in slab code. In the following patch, it will be implemented. Signed-off-by: Joonsoo Kim Acked-by: Christoph Lameter Cc: Pekka Enberg Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed