Re: [PATCH v2 30/33] mm: Remove slab from struct page
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2021-12-14 14:46:43
Also in:
linux-patches
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2021-12-14 14:46:43
Also in:
linux-patches
On Wed, Dec 01, 2021 at 07:15:07PM +0100, Vlastimil Babka wrote:
From: "Matthew Wilcox (Oracle)" <willy@infradead.org> 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> Signed-off-by: Vlastimil Babka <redacted>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>