From: Pekka Enberg <[EMAIL PROTECTED]>
This patch removes a duplicate VM_BUG_ON from add_full().
Cc: Christoph Lameter <[EMAIL PROTECTED]>
Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]>
---
mm/slub.c | 2 --
1 file changed, 2 deletions(-)
Index: 26-mm/mm/slub.c
===================================================================
--- 26-mm.orig/mm/slub.c 2007-05-02 23:00:58.000000000 +0300
+++ 26-mm/mm/slub.c 2007-05-02 23:01:15.000000000 +0300
@@ -633,8 +633,6 @@ static void add_full(struct kmem_cache *
VM_BUG_ON(!irqs_disabled());
- VM_BUG_ON(!irqs_disabled());
-
if (!(s->flags & SLAB_STORE_USER))
return;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/