Re: [PATCH] netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait

From: Pablo Neira Ayuso
Date: Mon Mar 14 2016 - 20:11:31 EST


On Mon, Mar 14, 2016 at 12:39:02PM +0100, Nicholas Mc Guire wrote:
> 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.

Applied, thanks.