ipv6: avoid two atomics in ipv6_rthdr_rcv()
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 14 Jun 2010 04:39:27 +0000 (04:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2010 06:13:06 +0000 (23:13 -0700)
Use __in6_dev_get() instead of in6_dev_get()/in6_dev_put()

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

Simple merge