commit | 371c752dc66948714ee3b66c3306f3ff1ff71d2e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <[email protected]> | Wed Jul 04 10:50:12 2018 -0400 |
committer | Matthew Wilcox <[email protected]> | Sun Oct 21 10:46:32 2018 -0400 |
tree | a9707d94787474e20b4efcd9bc81d5e6e1328a66 | |
parent | 3d5bd6e1a04ae779bc5e0de9ba2e92aa55c40fe8 [diff] |
xarray: Track free entries in an XArray Add the optional ability to track which entries in an XArray are free and provide xa_alloc() to replace most of the functionality of the IDR. Signed-off-by: Matthew Wilcox <[email protected]>