diff --git a/[refs] b/[refs] index 669c15475d61..be5e55cb084a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6c813a7297e3af4cd7c3458e09e9ee3d161c6830 +refs/heads/master: 3226f6881719e61e00e92b4c85a8ef49aa4d42b1 diff --git a/trunk/net/ipv6/fib6_rules.c b/trunk/net/ipv6/fib6_rules.c index c3c8195744ee..94a46ec967a4 100644 --- a/trunk/net/ipv6/fib6_rules.c +++ b/trunk/net/ipv6/fib6_rules.c @@ -94,8 +94,10 @@ int fib6_rule_action(struct fib_rule *rule, struct flowi *flp, if (rt != &ip6_null_entry) goto out; - dst_release(&rt->u.dst); + rt = NULL; + goto out; + discard_pkt: dst_hold(&rt->u.dst); out: