]> git.karo-electronics.de Git - karo-tx-linux.git/commit
workqueue: convert to idr_alloc()
authorTejun Heo <tj@kernel.org>
Sun, 10 Mar 2013 10:55:20 +0000 (21:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:57:31 +0000 (14:57 +1100)
commit5ca26bcf82b40db95b45e5206bcbcaaaa63167d0
tree1ba3e26649748b1a29b2839d667a32aa42523abe
parent703c31e12fad340817662df7a0210dd34862d4b8
workqueue: convert to idr_alloc()

idr_get_new*() and friends are about to be deprecated.  Convert to the
new idr_alloc() interface.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/workqueue.c