]> www.infradead.org Git - users/jedix/linux-maple.git/commit
checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 6 Mar 2025 16:10:00 +0000 (08:10 -0800)
committerJoel Fernandes <joelagnelf@nvidia.com>
Fri, 16 May 2025 15:12:54 +0000 (11:12 -0400)
commitb9af71a26dff591e214dcd3dca7b94c908ccb825
tree18dbf76c4c040a7ad43ed7a23e9a6868fdd5a5c8
parented0d0db095dd2b3a609f07d49d1342be9fb5c49d
checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()

Uses of srcu_read_lock_lite() and srcu_read_unlock_lite() are better
served by the new srcu_read_lock_fast() and srcu_read_unlock_fast() APIs.
As in srcu_read_lock_lite() and srcu_read_unlock_lite() would never have
happened had I thought a bit harder a few months ago.  Therefore, mark
them deprecated.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
scripts/checkpatch.pl