From: Pranith Kumar Date: Tue, 8 Jul 2014 22:26:14 +0000 (-0400) Subject: rcu: Use true/false for return in __call_rcu_nocb() X-Git-Tag: fixes-against-v3.18-rc2~103^2~1^2~16^3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c271d3a957384a162f7a6aae53455d8e8afd1f3e;p=pandora-kernel.git rcu: Use true/false for return in __call_rcu_nocb() Return true/false instead of 0/1 in __call_rcu_nocb() as this returns a bool type. Signed-off-by: Pranith Kumar Signed-off-by: Paul E. McKenney Tested-by: Paul Gortmaker --- Reading git-diff-tree failed