Re: [RFC net-next 4/4] ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.
From: David Miller <davem@davemloft.net>
Date: 2013-01-31 03:41:43
From: David Miller <davem@davemloft.net>
Date: 2013-01-31 03:41:43
From: YOSHIFUJI Hideaki <redacted> Date: Thu, 31 Jan 2013 04:27:58 +0900
Since all users are write-lock, it does not make sense to use rwlock here. Use simple spinlock. Signed-off-by: YOSHIFUJI Hideaki <redacted>
Applied.