Re: [PATCH 1/3] rcuperf: Remove unnecessary rcu_perf_writer_state variable

2016-08-21 Thread Paul E. McKenney
On Sun, Aug 21, 2016 at 04:54:38PM +0900, SeongJae Park wrote: > rcu_perf_writer_state is being written only while nobody reads it. This > commit removes the unnecessary variable and macro constants for it. > > Signed-off-by: SeongJae Park > --- I am keeping rcu_perf_writer_state for debugging

[PATCH 1/3] rcuperf: Remove unnecessary rcu_perf_writer_state variable

2016-08-21 Thread SeongJae Park
rcu_perf_writer_state is being written only while nobody reads it. This commit removes the unnecessary variable and macro constants for it. Signed-off-by: SeongJae Park --- kernel/rcu/rcuperf.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/kernel/rcu/rcup