diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2025-07-01 17:23:29 -0700 |
---|---|---|
committer | Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org> | 2025-07-16 09:51:08 +0530 |
commit | 623baa01d5b43ca06ba337751d9a4f62199d1715 (patch) | |
tree | 41d995cacd73f3c0f846640fe8d3c3b485f5896c /scripts/lib/kdoc/kdoc_output.py | |
parent | 3aea745a2a82e8397d2f30326f0dcf5f375dd7c8 (diff) |
srcu: Remove SRCU-lite implementation
This commit removes the SRCU-lite implementation, which has been replaced
by SRCU-fast.
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_output.py')
0 files changed, 0 insertions, 0 deletions