ipv6: use RCU in inet6_csk_xmit()
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 28 Jul 2011 03:43:47 +0000 (03:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Aug 2011 07:12:00 +0000 (00:12 -0700)
commitce876729679a9721ffa0e23359d426798dda9860
treecfccf8574eb43722d2c1c6829d90305abe18c69f
parent37ef569696079a3450ccee428c9346d298b02597
ipv6: use RCU in inet6_csk_xmit()

Use RCU to avoid changing dst_entry refcount in fast path.

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