Re: [PATCH v2 06/33] mm: Convert virt_to_cache() to use struct slab
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2021-12-14 14:26:53
Also in:
linux-patches
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2021-12-14 14:26:53
Also in:
linux-patches
On Wed, Dec 01, 2021 at 07:14:43PM +0100, Vlastimil Babka wrote:
From: "Matthew Wilcox (Oracle)" <willy@infradead.org> This function is entirely self-contained, so can be converted from page to slab. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Vlastimil Babka <redacted>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>