[PATCH 1/8] ida: Simplified functions for id allocation.

2011-07-23 Thread Tejun Heo
On Fri, Jul 22, 2011 at 05:41:19PM +0100, Jonathan Cameron wrote: > From: Rusty Russell > > The current hyper-optimized functions are overkill if you simply want > to allocate an id for a device. Create versions which use an internal > lock. > > Thanks to Tejun for feedback. > > Signed-off-by:

Re: [PATCH 1/8] ida: Simplified functions for id allocation.

2011-07-23 Thread Tejun Heo
On Fri, Jul 22, 2011 at 05:41:19PM +0100, Jonathan Cameron wrote: > From: Rusty Russell > > The current hyper-optimized functions are overkill if you simply want > to allocate an id for a device. Create versions which use an internal > lock. > > Thanks to Tejun for feedback. > > Signed-off-by:

[PATCH 1/8] ida: Simplified functions for id allocation.

2011-07-22 Thread Jonathan Cameron
From: Rusty Russell The current hyper-optimized functions are overkill if you simply want to allocate an id for a device. Create versions which use an internal lock. Thanks to Tejun for feedback. Signed-off-by: Rusty Russell Acked-by: Tejun Heo Acked-by: Jonathan Cameron --- include/linux/

[PATCH 1/8] ida: Simplified functions for id allocation.

2011-07-22 Thread Jonathan Cameron
From: Rusty Russell The current hyper-optimized functions are overkill if you simply want to allocate an id for a device. Create versions which use an internal lock. Thanks to Tejun for feedback. Signed-off-by: Rusty Russell Acked-by: Tejun Heo Acked-by: Jonathan Cameron --- include/linux/