Re: [PATCH v2 05/33] mm: Add account_slab() and unaccount_slab()
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2021-12-14 14:26:25
Also in:
linux-patches
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2021-12-14 14:26:25
Also in:
linux-patches
On Wed, Dec 01, 2021 at 07:14:42PM +0100, Vlastimil Babka wrote:
From: "Matthew Wilcox (Oracle)" <willy@infradead.org> These functions take struct slab instead of struct page and replace (un)account_slab_page(). For now their callers just convert page to slab. [ vbabka@suse.cz: replace existing functions instead of calling them ] Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Vlastimil Babka <redacted>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>