ipv6: no more dev_put() in datagram_send_ctl()
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 2 Nov 2009 11:21:06 +0000 (12:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2009 11:42:41 +0000 (03:42 -0800)
commit536b2e92f1b7a86e177aeced097e4c051eeebe7d
tree4630684ca8119dfcfd6e0ba87666dd193b4b6615
parent16ba5e8e7c01d2da87ff1d17e83545f164665b5c
ipv6: no more dev_put() in datagram_send_ctl()

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

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