1
0
Files
linux/lib
Tejun Heo e33ac8bdb0 idr: separate out idr_mark_full()
Separate out idr_mark_full() from sub_alloc() and make marking the
allocated slot full the responsibility of idr_get_new_above_int().

Allocation part of idr_get_new_above_int() is renamed to
idr_get_empty_slot().  New idr_get_new_above_int() allocates a slot
using the function, install the user pointer and marks it full using
idr_mark_full().

This change doesn't introduce any behavior change.  This will be
used by ida.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-07-11 16:09:03 -07:00
..
2007-07-10 17:51:13 -07:00
2007-05-11 05:38:25 -04:00
2006-12-08 08:28:39 -08:00
2006-06-25 10:01:20 -07:00
2006-06-25 10:01:20 -07:00
2007-05-10 18:24:13 +02:00
2007-04-25 22:28:53 -07:00
2007-05-08 11:14:58 -07:00
2007-02-20 17:10:15 -08:00
2007-06-08 17:23:34 -07:00
2007-07-11 16:09:03 -07:00
2006-06-20 20:24:58 -07:00
2007-05-21 09:18:19 -07:00
2006-10-06 08:53:40 -07:00
2007-07-10 17:51:13 -07:00
2007-07-11 16:09:01 -07:00
2006-06-25 10:01:09 -07:00
2007-07-10 17:51:13 -07:00
2006-12-04 02:00:22 -05:00
2007-02-17 19:07:33 +01:00