diff options
author | Zhao Mengmeng <zhaomengmeng@kylinos.cn> | 2022-10-19 08:36:50 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-01-03 17:28:33 -0800 |
commit | c004d231cac709f09987f2a6dd733013039d27c3 (patch) | |
tree | 8c9a5f2a5c57734a4e57128888a0f00b58783ddb /kernel/rcu | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) |
rcu: Use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu()
In commit 8dbd76e79a16 ("tcp/dccp: fix possible race
__inet_lookup_established()"), function hlist_nulls_add_tail_rcu() was
added back, but the local variable *last* is of type hlist_nulls_node,
so use hlist_nulls_next_rcu() instead of hlist_next_rcu().
Signed-off-by: Zhao Mengmeng <zhaomengmeng@kylinos.cn>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/rcu')
0 files changed, 0 insertions, 0 deletions