Skip to content
Commit f32f004c authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

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: default avatarMatthew Wilcox <willy@infradead.org>
parent 371c752d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment