summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2007-06-13 18:45:12 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2007-07-11 23:09:03 (GMT)
commite33ac8bdb0c84fe7afd2c45537b763faf28c589e (patch)
tree36b48600d7d0a5042042b51ed242bc57a7592025 /kernel
parent7aae6dd80e265aa9402ed507caaff4a5dba55069 (diff)
downloadlinux-e33ac8bdb0c84fe7afd2c45537b763faf28c589e.tar.xz
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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions