Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4911
b: refs/heads/master
c: 3f1c81f
h: refs/heads/master
i:
  4909: 15d4cba
  4907: 0863727
  4903: 937e7ed
  4895: 7580815
v: v3
  • Loading branch information
David S. Miller committed Jul 19, 2005
1 parent 2341f32 commit 4ced885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 6876f95f201ce2d62367d85dd793c1fee351d7a6
refs/heads/master: 3f1c81ff10187396e6d0fd01df82ab0cec256c96
6 changes: 0 additions & 6 deletions trunk/net/sched/em_meta.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,6 @@ META_COLLECTOR(int_tcverd)
{
dst->value = skb->tc_verd;
}

META_COLLECTOR(int_tcclassid)
{
dst->value = skb->tc_classid;
}
#endif

/**************************************************************************
Expand Down Expand Up @@ -529,7 +524,6 @@ static struct meta_ops __meta_ops[TCF_META_TYPE_MAX+1][TCF_META_ID_MAX+1] = {
[META_ID(TCINDEX)] = META_FUNC(int_tcindex),
#ifdef CONFIG_NET_CLS_ACT
[META_ID(TCVERDICT)] = META_FUNC(int_tcverd),
[META_ID(TCCLASSID)] = META_FUNC(int_tcclassid),
#endif
#ifdef CONFIG_NET_CLS_ROUTE
[META_ID(RTCLASSID)] = META_FUNC(int_rtclassid),
Expand Down

0 comments on commit 4ced885

Please sign in to comment.