Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38556
b: refs/heads/master
c: 81771b3
h: refs/heads/master
v: v3
  • Loading branch information
Ismail Donmez authored and David S. Miller committed Oct 4, 2006
1 parent c597b96 commit 5adffd6
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: b18dfa90c008850e0f3bfd63638dd8fbe8e08701
refs/heads/master: 81771b3b20fb4e98c6f2b2aac2bc10ed41a8f006
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 5adffd6

Please sign in to comment.