diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2025-07-01 17:23:26 -0700 |
---|---|---|
committer | Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org> | 2025-07-16 09:44:44 +0530 |
commit | cbd5d35e6ddc47b4cde5c96a0d5f00da0f8e881f (patch) | |
tree | b39b185c47fddfa912d84db22ebf3430ce7d8f20 /scripts/lib/kdoc/kdoc_re.py | |
parent | 748d7923b53ff7bcb3d825ef765d8461d7af1794 (diff) |
torture: Remove support for SRCU-lite
Because SRCU-lite is being replaced by SRCU-fast, this commit removes
support for SRCU-lite from refscale.c.
Both SRCU-lite and SRCU-fast provide faster readers by dropping the
smp_mb() call from their lock and unlock primitives, but incur a pair
of added RCU grace periods during the SRCU grace period. There is a
trivial mapping from the SRCU-lite API to that of SRCU-fast, so there
should be no transition issues.
[ paulmck: Apply Christoph Hellwig feedback. ]
Signed-off-by: "Paul E. McKenney" <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_re.py')
0 files changed, 0 insertions, 0 deletions