Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slub: look up object from the freelist once
We only need to look up object from c->page->freelist once in __slab_alloc(). Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Christoph Lameter <clameter@sgi.com>
- Loading branch information