Replace rwlock on xfrm_policy_afinfo with rcu
authorPriyanka Jain <Priyanka.Jain@freescale.com>
Sun, 12 Aug 2012 21:22:29 +0000 (21:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Aug 2012 21:57:37 +0000 (14:57 -0700)
xfrm_policy_afinfo is read mosly data structure.
Write on xfrm_policy_afinfo is done only at the
time of configuration.
So rwlocks can be safely replaced with RCU.

RCUs usage optimizes the performance.

Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found