[PATCH] slab: stop using page.list
slab.c is using page->list. Switch it over to using page->lru so we can remove page.list.
Showing
Please register or sign in to comment
slab.c is using page->list. Switch it over to using page->lru so we can remove page.list.