commit | adaedbd9fe5c07e7fbd5854c0cfe5ce1dac7d9bd | [log] [tgz] |
---|---|---|
author | Tejun Heo <[email protected]> | Wed Feb 27 17:03:41 2013 -0800 |
committer | Linus Torvalds <[email protected]> | Wed Feb 27 19:10:13 2013 -0800 |
tree | 73efd6e24cf2fac1be9679b37a353dd053fc2a1a | |
parent | 4d53233a36fdda567cd4d080e27e1ee4b669ddd1 [diff] |
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 <[email protected]> Cc: Alasdair Kergon <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>