Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108814
b: refs/heads/master
c: 3a76e37
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Aug 18, 2008
1 parent 70aa474 commit ced195e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 4335cd2da1e8986fa8aff21a91144d986cb0a5fc
refs/heads/master: 3a76e3716b4e571f5d91a20b6afb412560599083
4 changes: 2 additions & 2 deletions trunk/net/sched/sch_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ static void notify_and_destroy(struct sk_buff *skb, struct nlmsghdr *n, u32 clid
qdisc_notify(skb, n, clid, old, new);

if (old) {
spin_lock_bh(&old->q.lock);
sch_tree_lock(old);
qdisc_destroy(old);
spin_unlock_bh(&old->q.lock);
sch_tree_unlock(old);
}
}

Expand Down

0 comments on commit ced195e

Please sign in to comment.