On 08/02/2012 01:11 AM, Christoph Lameter wrote: > + s = __kmem_cache_alias(name, size, align, flags, ctor); > + if (s) > + goto oops; > + "goto oops" is a really bad way of naming a branch conditional to a perfectly valid state. -- 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>