]> www.infradead.org Git - users/willy/pagecache.git/commit
slab: Remove folio references in slab alloc/free
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 28 Aug 2025 16:25:58 +0000 (12:25 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 9 Sep 2025 18:39:06 +0000 (14:39 -0400)
commitf93e28b14d19ece7c9f35f106c0811bab80fca66
tree9d3b275470b5752fdac7d61b2547e7c113c12f77
parentfb5d64b3d5b944619298ea4e93bacc3489266db6
slab: Remove folio references in slab alloc/free

Use pages directly to further the split between slab and folio.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/slub.c