Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

maple_tree: remove struct maple_alloc

struct maple_alloc is deprecated after the maple tree conversion to
sheaves, remove the references from the header file.

Link: https://lkml.kernel.org/r/20251203224511.469978-1-sidhartha.kumar@oracle.com
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reviewed-by: Jinjie Ruan <ruanjinjie@huawei.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Sidhartha Kumar and committed by
Andrew Morton
bd4526e6 64dd89ae

-8
-8
include/linux/maple_tree.h
··· 129 129 struct maple_metadata meta; 130 130 }; 131 131 132 - struct maple_alloc { 133 - unsigned long total; 134 - unsigned char node_count; 135 - unsigned int request_count; 136 - struct maple_alloc *slot[MAPLE_ALLOC_SLOTS]; 137 - }; 138 - 139 132 struct maple_topiary { 140 133 struct maple_pnode *parent; 141 134 struct maple_enode *next; /* Overlaps the pivot */ ··· 299 306 }; 300 307 struct maple_range_64 mr64; 301 308 struct maple_arange_64 ma64; 302 - struct maple_alloc alloc; 303 309 }; 304 310 }; 305 311