From: Paul E. McKenney Date: Tue, 5 Jun 2012 22:53:53 +0000 (-0700) Subject: rcu: Fix qlen_lazy breakage X-Git-Tag: v3.6-rc1~168^2^2~2^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fa3b6cb1bc8c14b81b4c8ffdfd3f2500a7e9367;p=pandora-kernel.git rcu: Fix qlen_lazy breakage Commit d8169d4c (Make __kfree_rcu() less dependent on compiler choices) created a macro out of an inline function in order to avoid build breakage for certain combinations of gcc flags. Unfortunately, it also converted a kfree_call_rcu() to a call_rcu(), which made the rcu_data structure's ->qlen_lazy field lose counts. This commit therefore changes the call_rcu() back to kfree_call_rcu(). Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed