Skip to content
Commit e39365be authored by Nicholas Mc Guire's avatar Nicholas Mc Guire Committed by Pablo Neira Ayuso
Browse files

netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait



The spin_lock()/spin_unlock() is synchronizing on the
nf_conntrack_locks_all_lock which is equivalent to
spin_unlock_wait() but the later should be more efficient.

Signed-off-by: default avatarNicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 05752523
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment