The label is actually used for successful exits so change the name. Signed-off-by: Christoph Lameter <cl@xxxxxxxxx> Index: linux-2.6/mm/slab_common.c =================================================================== --- linux-2.6.orig/mm/slab_common.c 2012-08-02 09:18:07.570384286 -0500 +++ linux-2.6/mm/slab_common.c 2012-08-02 09:18:53.311194644 -0500 @@ -89,7 +89,7 @@ name); dump_stack(); s = NULL; - goto oops; + goto out_locked; } } @@ -99,7 +99,7 @@ s = __kmem_cache_create(name, size, align, flags, ctor); #ifdef CONFIG_DEBUG_VM -oops: +out_locked: #endif mutex_unlock(&slab_mutex); put_online_cpus(); -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>