commit | 892307266429f6439803f2735a59a4bc58a6ded4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Thu Nov 29 11:50:04 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Fri Jan 25 15:28:29 2019 -0800 |
tree | edd1fd34ac78990fc2e5e2e7a1318ee636b22813 | |
parent | e5bc3af7734f90278a47906d917852a85544510b [diff] |
rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited() Now that _synchronize_rcu_expedited() has only one caller, and given that this is a tail call, this commit inlines _synchronize_rcu_expedited() into synchronize_rcu_expedited(). Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>