Re: [PATCH v2 2/5] slub: Use slab_list instead of lru

2019-03-13 Thread Christopher Lameter
Acked-by: Christoph Lameter

[PATCH v2 2/5] slub: Use slab_list instead of lru

2019-03-12 Thread Tobin C. Harding
Currently we use the page->lru list for maintaining lists of slabs. We have a list_head in the page structure (slab_list) that can be used for this purpose. Doing so makes the code cleaner since we are not overloading the lru list. The slab_list is part of a union within the page struct (include