]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
srcu: Remove redundant GP sequence checks in srcu_funnel_gp_start
authorFeng Lee <379943137@qq.com>
Tue, 19 Nov 2024 07:29:49 +0000 (15:29 +0800)
committerUladzislau Rezki (Sony) <urezki@gmail.com>
Sat, 14 Dec 2024 16:13:24 +0000 (17:13 +0100)
commit45c7c67643ae6391a354e42cf729d807fe341491
tree1aea0d6a9bf13763e1fbe75b1ba65a54928aa27d
parentcfb07b07dda2a17feed96c80c5af85937fcd2e9c
srcu: Remove redundant GP sequence checks in srcu_funnel_gp_start

We will perform GP sequence checking at the beginning of srcu_gp_start,
thus making it safe to remove duplicate GP sequence checks prior to
calling srcu_gp_start.

Signed-off-by: Feng Lee <379943137@qq.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
kernel/rcu/srcutree.c