Commit 7d26842
slab: Remove folio references from kfree_rcu_sheaf()
In preparation for splitting struct slab from struct page and struct
folio, remove mentions of struct folio from this function. Since
we don't need to handle large kmalloc objects specially here, we
can just use virt_to_slab().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://patch.msgid.link/20251113000932.1589073-12-willy@infradead.org
Reviewed-by: Harry Yoo <harry.yoo@oracle.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>1 parent 4a2c211 commit 7d26842
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1615 | 1615 | | |
1616 | 1616 | | |
1617 | 1617 | | |
1618 | | - | |
1619 | 1618 | | |
1620 | 1619 | | |
1621 | 1620 | | |
1622 | 1621 | | |
1623 | 1622 | | |
1624 | | - | |
1625 | | - | |
| 1623 | + | |
| 1624 | + | |
1626 | 1625 | | |
1627 | 1626 | | |
1628 | | - | |
1629 | 1627 | | |
1630 | 1628 | | |
1631 | 1629 | | |
| |||
0 commit comments