From: Joonsoo Kim Date: Wed, 6 Aug 2014 23:04:31 +0000 (-0700) Subject: slab: use the lock on alien_cache, instead of the lock on array_cache X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49dfc304ba241b315068023962004542c5118103;p=pandora-kernel.git slab: use the lock on alien_cache, instead of the lock on array_cache Now, we have separate alien_cache structure, so it'd be better to hold the lock on alien_cache while manipulating alien_cache. After that, we don't need the lock on array_cache, so remove it. 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