]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dm: don't use idr_remove_all()
authorTejun Heo <tj@kernel.org>
Wed, 20 Feb 2013 02:16:04 +0000 (13:16 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:40 +0000 (16:53 +1100)
commit78e5561589141c1185139d473f991916996ca946
treee26bc8de3aac8a4c7fd41875ccb36eaba903fce3
parent418801f484fb8bc833676e9865c34ce2853785fb
dm: don't use idr_remove_all()

idr_destroy() can destroy idr by itself and idr_remove_all() is being
deprecated.  Drop its usage.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Alasdair Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/md/dm.c