Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17437
b: refs/heads/master
c: 31bd06e
h: refs/heads/master
i:
  17435: 7abcb1b
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 9, 2006
1 parent 2e241c4 commit 13fcead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 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: f43c5a0df38e12f53a3023175a12da9b7ef0df63
refs/heads/master: 31bd06eb33bbabe643385a861d780d950ca73846
14 changes: 3 additions & 11 deletions trunk/net/sched/police.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ police_cleanup_module(void)
module_init(police_init_module);
module_exit(police_cleanup_module);

#endif
#else /* CONFIG_NET_CLS_ACT */

struct tcf_police * tcf_police_locate(struct rtattr *rta, struct rtattr *est)
{
Expand Down Expand Up @@ -544,6 +544,7 @@ int tcf_police(struct sk_buff *skb, struct tcf_police *p)
spin_unlock(&p->lock);
return p->action;
}
EXPORT_SYMBOL(tcf_police);

int tcf_police_dump(struct sk_buff *skb, struct tcf_police *p)
{
Expand Down Expand Up @@ -600,13 +601,4 @@ int tcf_police_dump_stats(struct sk_buff *skb, struct tcf_police *p)
return -1;
}


EXPORT_SYMBOL(tcf_police);
EXPORT_SYMBOL(tcf_police_destroy);
EXPORT_SYMBOL(tcf_police_dump);
EXPORT_SYMBOL(tcf_police_dump_stats);
EXPORT_SYMBOL(tcf_police_hash);
EXPORT_SYMBOL(tcf_police_ht);
EXPORT_SYMBOL(tcf_police_locate);
EXPORT_SYMBOL(tcf_police_lookup);
EXPORT_SYMBOL(tcf_police_new_index);
#endif /* CONFIG_NET_CLS_ACT */

0 comments on commit 13fcead

Please sign in to comment.