On Thu, 2 Aug 2012, Glauber Costa wrote: > 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. True. Will change to "out" or something. -- 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>