From: Oleg Nesterov Date: Sun, 8 Jan 2006 19:19:16 +0000 (+0300) Subject: [PATCH] rcu: uninline __rcu_pending() X-Git-Tag: v2.6.16-rc1~671 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677517771b7b6efaf8617e70f655b16f3cafcc9b;p=pandora-kernel.git [PATCH] rcu: uninline __rcu_pending() __rcu_pending() is rather fat and called twice from rcu_pending(). rcu_pending() has multiple callers, and not that small too. This patch uninlines both of them. Signed-off-by: Oleg Nesterov Acked-by: Paul E. McKenney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed