| commit | b3545d54d3e5f6a6707b44991e3bffc6960fc232 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Feb 19 12:15:19 2015 -0800 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Feb 19 14:41:15 2015 -0800 |
| tree | 7790cfca931c48b5c30cd8e9b587605b15cb0e63 | |
| parent | 622d1fc976b5152206bae454b0bb0e2587c8ab2a [diff] |
rcutorture: Make consistent use of variables The "if" statement at the beginning of rcu_torture_writer() should use the same set of variables. In theory, this does not matter because the corresponding variables (gp_sync and gp_sync1) have the same value at this point in the code, but in practice such puzzles should be removed. This commit therefore makes the use of variables consistent. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>