On 06/27/2012 03:06 PM, David Rientjes wrote: >> > + VM_BUG_ON(root_nr >= NR_SECTION_ROOTS); >> > + > VM_BUG_ON(root_nr == NR_SECTION_ROOTS); Whoops, when I suggested >=, I wasn't reading the context. I thought root_nr was an argument, not a for() loop variable. This isn't exactly _broken_, but it makes no sense the way the code is now. -- 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>