Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108048
b: refs/heads/master
c: 76aab2c
h: refs/heads/master
v: v3
  • Loading branch information
Jamal Hadi Salim authored and David S. Miller committed Aug 8, 2008
1 parent 8e54fb2 commit 3659455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 4ab84d450e24b3a309608182a8d8e30626b46f8f
refs/heads/master: 76aab2c1eae491a5d73ac83deec97dd28ebac584
5 changes: 2 additions & 3 deletions trunk/net/sched/act_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,9 @@ struct tcf_common *tcf_hash_check(u32 index, struct tc_action *a, int bind,
{
struct tcf_common *p = NULL;
if (index && (p = tcf_hash_lookup(index, hinfo)) != NULL) {
if (bind) {
if (bind)
p->tcfc_bindcnt++;
p->tcfc_refcnt++;
}
p->tcfc_refcnt++;
a->priv = p;
}
return p;
Expand Down

0 comments on commit 3659455

Please sign in to comment.