diff options
author | 2024-03-07 22:32:06 -0500 | |
---|---|---|
committer | 2024-03-13 21:22:26 -0400 | |
commit | 3a319a2476d27e0b6c3cac3ebf6e3d0b665a06e5 (patch) | |
tree | 44a450ffc269006ae92a99c464bcbc3adf4add6c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bcachefs: copy_(to|from)_user_errcode() (diff) | |
download | wireguard-linux-3a319a2476d27e0b6c3cac3ebf6e3d0b665a06e5.tar.xz wireguard-linux-3a319a2476d27e0b6c3cac3ebf6e3d0b665a06e5.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions