commit | 0c24811b12ba29a6881e8ec0d01ad3f3b091da02 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Oct 04 14:45:54 2021 +0100 |
committer | Vlastimil Babka <vbabka@suse.cz> | Thu Jan 06 12:25:51 2022 +0100 |
tree | a90af2ea9e658285a479510f066c17d477cd8be9 | |
parent | 82c1775dc11a954f3d8c4cb875dff24ea97bc82b [diff] |
mm: Convert __ksize() to struct slab In SLUB, use folios, and struct slab to access slab_cache field. In SLOB, use folios to properly resolve pointers beyond PAGE_SIZE offset of the object. [ vbabka@suse.cz: use folios, and only convert folio_test_slab() == true folios to struct slab ] Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Reviewed-by: Roman Gushchin <guro@fb.com>