Re: [PATCH v2 09/10] slab: remove a useless lockdep annotation

2014-05-07 Thread Christoph Lameter
On Wed, 7 May 2014, Joonsoo Kim wrote: > 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. Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscrib

[PATCH v2 09/10] slab: remove a useless lockdep annotation

2014-05-06 Thread Joonsoo Kim
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 diff --git