Commit 025f5b8
slab: Remove folio references from kfree_nolock()
In preparation for splitting struct slab from struct page and struct
folio, remove mentions of struct folio from this function. Since large
kmalloc objects are not supported here, we can just use virt_to_slab().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://patch.msgid.link/20251113000932.1589073-13-willy@infradead.org
Reviewed-by: Harry Yoo <harry.yoo@oracle.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>1 parent 7d26842 commit 025f5b8
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6850 | 6850 | | |
6851 | 6851 | | |
6852 | 6852 | | |
6853 | | - | |
6854 | 6853 | | |
6855 | 6854 | | |
6856 | 6855 | | |
6857 | 6856 | | |
6858 | 6857 | | |
6859 | 6858 | | |
6860 | 6859 | | |
6861 | | - | |
6862 | | - | |
| 6860 | + | |
| 6861 | + | |
6863 | 6862 | | |
6864 | 6863 | | |
6865 | 6864 | | |
6866 | 6865 | | |
6867 | | - | |
6868 | 6866 | | |
6869 | 6867 | | |
6870 | 6868 | | |
| |||
0 commit comments