Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107951
b: refs/heads/master
c: ee7af82
h: refs/heads/master
i:
  107949: 3d73c4c
  107947: f4d556b
  107943: 51ca465
  107935: 3be00e7
v: v3
  • Loading branch information
David S. Miller committed Aug 7, 2008
1 parent 954ec39 commit 8bfd38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 11d46123bfea068a48483f00518d301f452647fb
refs/heads/master: ee7af8264dafa0c8c76a8dc596803966c2e29ebc
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ qdisc_create(struct net_device *dev, struct netdev_queue *dev_queue,
goto err_out3;
}
}
if (parent && !(sch->flags & TCQ_F_INGRESS))
if ((parent != TC_H_ROOT) && !(sch->flags & TCQ_F_INGRESS))
list_add_tail(&sch->list, &dev_queue->qdisc->list);

return sch;
Expand Down

0 comments on commit 8bfd38c

Please sign in to comment.