ipv6: no more dev_put() in inet6_bind()
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 2 Nov 2009 11:10:39 +0000 (12:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2009 11:42:41 +0000 (03:42 -0800)
commit16ba5e8e7c01d2da87ff1d17e83545f164665b5c
tree0e51da332c65d719ca1b855022027aa9423e7acf
parentf1a28eab20076542322fcab3efa016834bd732f2
ipv6: no more dev_put() in inet6_bind()

Avoids touching device refcount in inet6_bind(), thanks to RCU

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