]> www.infradead.org Git - users/jedix/linux-maple.git/commit
srcu: Renaming in preparation for additional reader flavor
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 15 Oct 2024 16:11:00 +0000 (09:11 -0700)
committerFrederic Weisbecker <frederic@kernel.org>
Tue, 12 Nov 2024 14:41:30 +0000 (15:41 +0100)
commit365f34483be33a9d0151c06ac39627d7927210d9
treeb012e61bc572f88ce0ccac97266739c4b727ed60
parente3d6718677628680ae75a42bdb2cdc27d28e8ce8
srcu: Renaming in preparation for additional reader flavor

Currently, there are only two flavors of readers, normal and NMI-safe.
A number of fields, functions, and types reflect this restriction.
This renaming-only commit prepares for the addition of light-weight
(as in memory-barrier-free) readers.  OK, OK, there is also a drive-by
white-space fixeup!

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Andrii Nakryiko <andrii@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Cc: <bpf@vger.kernel.org>
Reviewed-by: Neeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
include/linux/srcu.h
include/linux/srcutree.h
kernel/rcu/srcutree.c