]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - block/bsg.c
block: convert to idr_alloc()
authorTejun Heo <tj@kernel.org>
Thu, 28 Feb 2013 01:03:57 +0000 (17:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Feb 2013 03:10:15 +0000 (19:10 -0800)
commitbab998d62f12db12b3ddf1e06b2ecd4ed9e7ae45
tree4fdd87842d72efb147ce12e513ccaccabebae4fb
parentce23bba842aee98092225d9576dba47c82352521
block: convert to idr_alloc()

Convert to the much saner new idr interface.  Both bsg and genhd
protect idr w/ mutex making preloading unnecessary.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
block/bsg.c
block/genhd.c