diff options
author | Matthew Wilcox <willy@infradead.org> | 2018-07-04 15:42:46 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-10-21 10:46:33 -0400 |
commit | f32f004cddf86d63a9c42994bbce9f4e2f07c9fa (patch) | |
tree | ecd72e417a02e78fc70622c9eb1a889044138e10 /virt | |
parent | 371c752dc66948714ee3b66c3306f3ff1ff71d2e (diff) | |
download | linux-f32f004cddf86d63a9c42994bbce9f4e2f07c9fa.tar.bz2 |
ida: Convert to XArray
Use the XA_TRACK_FREE ability to track which entries have a free bit,
similarly to how it uses the radix tree's IDR_FREE tag. This eliminates
the per-cpu ida_bitmap preload, and fixes the memory consumption
regression I introduced when making the IDR able to store any pointer.
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions