From: Joonsoo Kim Date: Wed, 6 Aug 2014 23:04:35 +0000 (-0700) Subject: slab: remove a useless lockdep annotation X-Git-Tag: cleanup-for-v3.18~96^2~191 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=367f7f2f45e7f601bcf87aeffb0c81e6d26e53df;p=pandora-kernel.git slab: remove a useless lockdep annotation Now, there is no code to hold two lock simultaneously, since we don't call slab_destroy() with holding any lock. So, lockdep annotation is useless now. Remove it. v2: don't remove BAD_ALIEN_MAGIC in this patch. It will be removed in the following patch. 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