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