Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36828
b: refs/heads/master
c: 787e061
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Sep 29, 2006
1 parent 8bb9d19 commit c4aed95
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: 321efff7c3b7a26fa0522cb12b2af2ac82c05f1e
refs/heads/master: 787e0617e5176176c494a787f1b0a5248a3db568
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_htb.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static inline void htb_add_class_to_row(struct htb_sched *q,
/* If this triggers, it is a bug in this code, but it need not be fatal */
static void htb_safe_rb_erase(struct rb_node *rb, struct rb_root *root)
{
if (RB_EMPTY_NODE(rb)) {
if (!RB_EMPTY_NODE(rb)) {
WARN_ON(1);
} else {
rb_erase(rb, root);
Expand Down

0 comments on commit c4aed95

Please sign in to comment.