slab: remove a useless lockdep annotation
authorJoonsoo Kim <[email protected]>
Wed, 6 Aug 2014 23:04:35 +0000 (16:04 -0700)
committerLinus Torvalds <[email protected]>
Thu, 7 Aug 2014 01:01:14 +0000 (18:01 -0700)
commit367f7f2f45e7f601bcf87aeffb0c81e6d26e53df
tree9fd27e53d1e0c82e905ffd07501072d96f54d087
parent833b706cc8b7b555e18d3426e9616bd066883a7a
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 <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slab.c