On Mon, 15 Jun 2015, Jesper Dangaard Brouer wrote: > - break; > + if (unlikely(!object)) { > + c->tid = next_tid(c->tid); tid increment is not needed here since the per cpu information is not modified. > + local_irq_enable(); > + > + /* Invoke slow path one time, then retry fastpath > + * as side-effect have updated c->freelist > + */ > + p[i] = __slab_alloc(s, flags, NUMA_NO_NODE, > + _RET_IP_, c); > + if (unlikely(!p[i])) { -- 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>