aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-07-06 01:37:44 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-07-06 01:37:44 -0700
commit5fc1b9f8e46a8e7c9ce601ba768191de68f4d7f6 (patch)
treebbaea4aabfb8ebe3a2c55311af1b9d4a0cf47014 /net
parent104b05671c554244d17970e26352c287a72f5650 (diff)
downloadhistory-5fc1b9f8e46a8e7c9ce601ba768191de68f4d7f6.tar.gz
[PKT_SCHED]: Another missed qdisc_copy_stats() conversion.
Diffstat (limited to 'net')
-rw-r--r--net/sched/cls_u32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/cls_u32.c b/net/sched/cls_u32.c
index 24620274d6b8fa..c648627e6013de 100644
--- a/net/sched/cls_u32.c
+++ b/net/sched/cls_u32.c
@@ -842,7 +842,8 @@ static int u32_dump(struct tcf_proto *tp, unsigned long fh,
#else
#ifdef CONFIG_NET_CLS_POLICE
if (TC_U32_KEY(n->handle) && n->police) {
- if (qdisc_copy_stats(skb,&n->police->stats))
+ if (qdisc_copy_stats(skb, &n->police->stats,
+ n->police->stats_lock))
goto rtattr_failure;
}
#endif