Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rcu: use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu()
In commit 8dbd76e ("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 <[email protected]>
- Loading branch information