summaryrefslogtreecommitdiff
path: root/.get_maintainer.ignore
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-03-07 22:32:06 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-03-13 21:22:26 -0400
commit3a319a2476d27e0b6c3cac3ebf6e3d0b665a06e5 (patch)
tree44a450ffc269006ae92a99c464bcbc3adf4add6c /.get_maintainer.ignore
parentd64547999c591c47bfac279fa4027bdbd29c7ea0 (diff)
lib/generic-radix-tree.c: Make nodes more reasonably sized
this code originally used the page allocator directly, but most code shouldn't do that - PAGE_SIZE varies with architecture, and slab is faster. 4k is also on the large side for typical usage, 512 bytes is a better choice for typical usage that might be somewhat sparse. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions