On Tue, 17 Aug 2010, David Rientjes wrote: > > - might_sleep_if(gfpflags & __GFP_WAIT); > > - > > - if (should_failslab(s->objsize, gfpflags, s->flags)) > > + if (!slab_pre_alloc_hook(s, gfpflags)) > > That's inverted, it should be slab_pre_alloc_hook()? Correct. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>