summaryrefslogtreecommitdiffstats
path: root/net/sched/police.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-08-30 03:48:57 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-08-30 03:48:57 -0400
commit2fcf522509cceea524b6e7ece8fd6759b682175a (patch)
treed356e87307e451cce5497ad8daeeeb047befe489 /net/sched/police.c
parentda61396d24e37258817e42537c482e962b4742f7 (diff)
parent1fdab81e675c6ef76a49b8aabb7eaf4be51d1b80 (diff)
downloadkernel-crypto-2fcf522509cceea524b6e7ece8fd6759b682175a.tar.gz
kernel-crypto-2fcf522509cceea524b6e7ece8fd6759b682175a.tar.xz
kernel-crypto-2fcf522509cceea524b6e7ece8fd6759b682175a.zip
/spare/repo/libata-dev branch 'master'
Diffstat (limited to 'net/sched/police.c')
-rw-r--r--net/sched/police.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/police.c b/net/sched/police.c
index c03545faf52..eb39fb2f39b 100644
--- a/net/sched/police.c
+++ b/net/sched/police.c
@@ -284,7 +284,8 @@ static int tcf_act_police_cleanup(struct tc_action *a, int bind)
return 0;
}
-static int tcf_act_police(struct sk_buff **pskb, struct tc_action *a)
+static int tcf_act_police(struct sk_buff **pskb, struct tc_action *a,
+ struct tcf_result *res)
{
psched_time_t now;
struct sk_buff *skb = *pskb;