From: Tejun Heo Date: Thu, 28 Feb 2013 01:03:44 +0000 (-0800) Subject: dlm: use idr_for_each_entry() in recover_idr_clear() error path X-Git-Tag: v3.9-rc1~46^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda95406c8fe491c01b3abc422c25a613e9f36ea;p=pandora-kernel.git dlm: use idr_for_each_entry() in recover_idr_clear() error path Convert recover_idr_clear() to use idr_for_each_entry() instead of idr_for_each(). It's somewhat less efficient this way but it shouldn't matter in an error path. This is to help with deprecation of idr_remove_all(). Signed-off-by: Tejun Heo Cc: Christine Caulfield Cc: David Teigland Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed