| commit | 1b5f2039d304f31cded0dcd67ec1ddc597ed8a39 | [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> | Fri Feb 20 10:47:51 2015 -0800 |
| tree | bada6f9196e6377667f0b83264ae9c2f0b2f8f86 | |
| parent | 4c2a3057a87713a72decb67be826298b59200e4b [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>