Re: [PATCH v2 10/10] slab: remove BAD_ALIEN_MAGIC

2014-05-07 Thread Christoph Lameter
On Wed, 7 May 2014, Joonsoo Kim wrote: > BAD_ALIEN_MAGIC value isn't used anymore. So remove it. Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel

[PATCH v2 10/10] slab: remove BAD_ALIEN_MAGIC

2014-05-06 Thread Joonsoo Kim
BAD_ALIEN_MAGIC value isn't used anymore. So remove it. Signed-off-by: Joonsoo Kim diff --git a/mm/slab.c b/mm/slab.c index 4030a89..8476ffc 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -437,8 +437,6 @@ static struct kmem_cache kmem_cache_boot = { .name = "kmem_cache", }; -#define BAD_AL