Re: [PATCH 1/1] rcu: use true/false instead of 1/0 for a bool type

2014-07-09 Thread Paul E. McKenney
On Wed, Jul 09, 2014 at 12:08:17AM -0400, Pranith Kumar wrote: > One more bool type change which I found while reading the code. > > Use true/false instead of 0/1 for a bool type > > Signed-off-by: Pranith Kumar Queued for 3.18, thank you!

[PATCH 1/1] rcu: use true/false instead of 1/0 for a bool type

2014-07-08 Thread Pranith Kumar
One more bool type change which I found while reading the code. Use true/false instead of 0/1 for a bool type Signed-off-by: Pranith Kumar --- kernel/rcu/tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 1b70cb6..bc7b6f1