Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
This commit is contained in:
@@ -257,7 +257,6 @@ static struct inet6_dev *ip6_mc_find_dev_rcu(struct net *net,
|
||||
|
||||
if (rt) {
|
||||
dev = rt->dst.dev;
|
||||
dev_hold(dev);
|
||||
dst_release(&rt->dst);
|
||||
}
|
||||
} else
|
||||
|
@@ -1090,7 +1090,7 @@ struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
|
||||
struct net *net = dev_net(dev);
|
||||
|
||||
if (unlikely(!idev))
|
||||
return NULL;
|
||||
return ERR_PTR(-ENODEV);
|
||||
|
||||
rt = ip6_dst_alloc(&net->ipv6.ip6_dst_ops, dev, 0);
|
||||
if (unlikely(!rt)) {
|
||||
|
Reference in New Issue
Block a user