commit | f935917fca484f111d2ed7c17b1edab922aaaf5f | [log] [tgz] |
---|---|---|
author | Jiang Biao <benbjiang@tencent.com> | Tue Apr 23 09:21:55 2019 +0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Wed Apr 24 01:12:54 2019 -0700 |
tree | c9605a147180b882cca389360ecb162cfc210dac | |
parent | 4dad72b13d4fceec81a4b5a24fce135cae3ad050 [diff] |
rcu: Remove unused rdp local from synchronize_rcu_expedited() Because rdp is initialized but never used in synchronize_rcu_expedited(), this commit removes it. Signed-off-by: Jiang Biao <benbjiang@tencent.com> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>