commit | f0b635627395223d3c60a3105372b4349e04772f | [log] [tgz] |
---|---|---|
author | Jiang Biao <benbjiang@tencent.com> | Tue Apr 23 09:21:55 2019 +0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Tue May 28 08:48:19 2019 -0700 |
tree | 33d9f7837138d76dde8c4852401911bedeb1c656 | |
parent | 1bb336443cde1154600bd147a45a30baa59c57db [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>