| commit | 7c306e246574a6e3f7313f973ecfd6dce673d9d1 | [log] [tgz] |
|---|---|---|
| author | Lai Jiangshan <laijs@linux.alibaba.com> | Fri Nov 15 14:08:53 2019 -0800 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Tue Nov 19 12:10:55 2019 -0800 |
| tree | da4128cfe433e0f574ffb4172b06ac8e6f60eaa4 | |
| parent | 89531bef42e6352500d5ddbf7a8c6799b7cc6893 [diff] |
rcu: Provide wrappers for uses of ->rcu_read_lock_nesting This commit provides wrapper functions for uses of ->rcu_read_lock_nesting to improve readability and to ease future changes to support inlining of __rcu_read_lock() and __rcu_read_unlock(). Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>