From: Paul E. McKenney Date: Mon, 23 Jun 2014 20:48:28 +0000 (-0700) Subject: rcu: Fix __rcu_reclaim() to use true/false for bool X-Git-Tag: cleanup-for-v3.18~139^2^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406e3e536550bcb87ccbedddcd483776b1828761;p=pandora-kernel.git rcu: Fix __rcu_reclaim() to use true/false for bool The __rcu_reclaim() function returned 0/1, which is not proper for a function of type bool. This commit therefore converts to false/true. Signed-off-by: Paul E. McKenney Reviewed-by: Lai Jiangshan --- Reading git-diff-tree failed