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