]> www.infradead.org Git - users/willy/linux.git/commit
mm: Remove slab from struct page struct-slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 30 Sep 2021 03:10:53 +0000 (23:10 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:31:03 +0000 (09:31 -0400)
commit7fd2b5b42e728c988142f17e2185d85ae23bb439
tree11a7a384bb33967ab068717648154a80ad4fdd8f
parent7db9884dfd8dc52b500a3da7e4724f584bdd69a8
mm: Remove slab from struct page

All members of struct slab can now be removed from struct page.
This shrinks the definition of struct page by 30 LOC, making
it easier to understand.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/mm_types.h
include/linux/page-flags.h