]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
srcu: Fix SRCU read flavor macro comments
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 27 Jan 2026 23:24:24 +0000 (15:24 -0800)
committerJoel Fernandes <joelagnelf@nvidia.com>
Mon, 30 Mar 2026 19:48:13 +0000 (15:48 -0400)
commitd978d3fc0488691f3b10919594d1d7d465fa568b
tree5a0168916f9748c05bef6adce6367e1077865b0e
parent359cf5c942b8fce9cf2b7f3c1eb5b8186f0d9b30
srcu: Fix SRCU read flavor macro comments

The SRCU_READ_FLAVOR_FAST and SRCU_READ_FLAVOR_FAST_UPDOWN comments
need repair.  The former fails to not that SRCU-fast can be used in NMI
handlers, and the latter says that it goes with srcu_read_lock_fast()
when it really goes with srcu_read_lock_fast_updown().  This commit
therefore fixes both comments.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
include/linux/srcu.h