[PATCH 00/17] Create and use ida and idr helper routines [RESEND]

2015-09-16 Thread Lee Duncan
[Apologies if you see this twice. I had to resend it.] The idr index management library supplies two sets of routines for managing monotonically increasing index numbers. The "ida" set of routines manage allocating and freeing simple index numbers. The "idr" set of routines add the ability to save

[PATCH 00/17] Create and use ida and idr helper routines

2015-09-15 Thread Lee Duncan
The idr index management library supplies two sets of routines for managing monotonically increasing index numbers. The "ida" set of routines manage allocating and freeing simple index numbers. The "idr" set of routines add the ability to save an arbitrary pointer with each index. Both sets of rou