Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103600
b: refs/heads/master
c: 1636112
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 18, 2008
1 parent 2d2c648 commit bc5c7a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37437bb2e1ae8af470dfcd5b4ff454110894ccaf
refs/heads/master: 16361127ebed0fb8f9d7cc94c6e137eaf710f676
2 changes: 0 additions & 2 deletions trunk/net/sched/sch_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,10 +741,8 @@ static void dev_init_scheduler_queue(struct net_device *dev,

void dev_init_scheduler(struct net_device *dev)
{
qdisc_lock_tree(dev);
netdev_for_each_tx_queue(dev, dev_init_scheduler_queue, &noop_qdisc);
dev_init_scheduler_queue(dev, &dev->rx_queue, NULL);
qdisc_unlock_tree(dev);

setup_timer(&dev->watchdog_timer, dev_watchdog, (unsigned long)dev);
}
Expand Down

0 comments on commit bc5c7a2

Please sign in to comment.