xfrm: force a dst reference in __xfrm_route_forward()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 1 Jun 2010 10:04:49 +0000 (10:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 09:26:39 +0000 (02:26 -0700)
Packets going through __xfrm_route_forward() have a not refcounted dst
entry, since we enabled a noref forwarding path.

xfrm_lookup() might incorrectly release this dst entry.

It's a bit late to make invasive changes in xfrm_lookup(), so lets force
a refcount in this path.

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

No differences found