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)
commitd14730b8e9117c9b77aacd391c049b50163e9b61
treecfccf8574eb43722d2c1c6829d90305abe18c69f
parentcfdf76474e1d8a56ac6cfae39f8559cfe9dfd7fd
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