Files
kernel/include/linux
Matthew Wilcox a3e4d3f97e XArray: Redesign xa_alloc API
It was too easy to forget to initialise the start index.  Add an
xa_limit data structure which can be used to pass min & max, and
define a couple of special values for common cases.  Also add some
more tests cribbed from the IDR test suite.  Change the return value
from -ENOSPC to -EBUSY to match xa_insert().

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2019-02-06 13:32:23 -05:00
..
2019-01-25 15:32:28 -08:00
2019-01-24 11:11:45 -07:00
2019-01-18 14:05:14 -08:00
2019-02-06 13:32:23 -05:00