From: Tejun Heo Date: Thu, 28 Feb 2013 01:03:41 +0000 (-0800) Subject: dm: don't use idr_remove_all() X-Git-Tag: v3.9-rc1~46^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adaedbd9fe5c07e7fbd5854c0cfe5ce1dac7d9bd;p=pandora-kernel.git 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 Cc: Alasdair Kergon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed