[PATCH tip/core/rcu 0/5] SRCU updates
From: Paul E. McKenney
Date: Mon Feb 26 2018 - 16:56:01 EST
Hello!
This series provides minor SRCU updates:
1. Use __func__ instead of hard-coded function names.
2. Prevent sdp->srcu_gp_seq_needed_exp counter wrap, courtesy of
Ildar Ismagilov.
3. Reduce scans of srcu_data in counter wrap check, courtesy of
Ildar Ismagilov.
4. Remove dead code in srcu_gp_end(), courtesy of Byungchul Park.
5. Remove SRCU throttling.
Thanx, Paul
------------------------------------------------------------------------
srcutree.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)