Re: [PATCH 0/5] Modify ida_* users to use ida_simple_*

2015-10-05 Thread James Bottomley
On Mon, 2015-10-05 at 13:44 -0400, Tejun Heo wrote: > On Thu, Oct 01, 2015 at 11:59:04AM -0700, Lee Duncan wrote: > > The ida index management routines are used in several > > driver modules to manage allocation and release of > > index values. Reviewing the way in which the > > ida routines were c

Re: [PATCH 0/5] Modify ida_* users to use ida_simple_*

2015-10-05 Thread Tejun Heo
On Thu, Oct 01, 2015 at 11:59:04AM -0700, Lee Duncan wrote: > The ida index management routines are used in several > driver modules to manage allocation and release of > index values. Reviewing the way in which the > ida routines were called, together with the small > number of such clients, led t

[PATCH 0/5] Modify ida_* users to use ida_simple_*

2015-10-01 Thread Lee Duncan
The ida index management routines are used in several driver modules to manage allocation and release of index values. Reviewing the way in which the ida routines were called, together with the small number of such clients, led to the belief that these users should all be able to share a simple bui