commit | 45c7c67643ae6391a354e42cf729d807fe341491 | [log] [tgz] |
---|---|---|
author | Feng Lee <379943137@qq.com> | Tue Nov 19 15:29:49 2024 +0800 |
committer | Uladzislau Rezki (Sony) <urezki@gmail.com> | Sat Dec 14 17:13:24 2024 +0100 |
tree | 1aea0d6a9bf13763e1fbe75b1ba65a54928aa27d | |
parent | cfb07b07dda2a17feed96c80c5af85937fcd2e9c [diff] |
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>