From: Tejun Heo Date: Thu, 28 Feb 2013 01:03:52 +0000 (-0800) Subject: idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new() X-Git-Tag: v3.9-rc1~46^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49038ef4fbe2842bd4d8338f89ec5c9ba71b0ae1;p=pandora-kernel.git idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new() * Move idr_for_each_entry() definition next to other idr related definitions. * Make id[r|a]_get_new() inline wrappers of id[r|a]_get_new_above(). This changes the implementation of idr_get_new() but the new implementation is trivial. This patch doesn't introduce any functional change. Signed-off-by: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed