On 08/02/2012 01:11 AM, Christoph Lameter wrote: > + if (!s->name) { > + kmem_cache_free(kmem_cache, s); > + s = NULL; > + goto oops; > + } > + This is now only defined when CONFIG_DEBUG_VM. Now would be a good time to fix that properly by just removing the ifdef around the label. -- 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>