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