xfrm: avoid spinlock in get_acqseq()
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 29 Jan 2010 04:05:52 +0000 (04:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Feb 2010 23:55:41 +0000 (15:55 -0800)
Use atomic_inc_return() in get_acqseq() to avoid taking a spinlock

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found