]> git.baikalelectronics.ru Git - kernel.git/commit
idr: deprecate idr_pre_get() and idr_get_new[_above]()
authorTejun Heo <tj@kernel.org>
Wed, 13 Mar 2013 21:59:42 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Mar 2013 22:21:47 +0000 (15:21 -0700)
commit28714b0456c0c70ca415a66009a066e682172295
tree2ad264bec1623c7b0cf43998b74654dd627a6e24
parentf5e0065781263a8b5c1a0e4d85277930052391dc
idr: deprecate idr_pre_get() and idr_get_new[_above]()

Now that all in-kernel users are converted to ues the new alloc
interface, mark the old interface deprecated.  We should be able to
remove these in a few releases.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/idr.h
lib/idr.c