You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were simply overlapping changes. In the net/ipv4/route.c case the code had simply moved around a little bit and the same fix was made in both 'net' and 'net-next'. In the net/sched/sch_generic.c case a fix in 'net' happened at the same time that a new argument was added to qdisc_hash_add(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -794,7 +794,7 @@ static void attach_default_qdiscs(struct net_device *dev)
|
||||
}
|
||||
}
|
||||
#ifdef CONFIG_NET_SCHED
|
||||
if (dev->qdisc)
|
||||
if (dev->qdisc != &noop_qdisc)
|
||||
qdisc_hash_add(dev->qdisc, false);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user