tree a94aa26eee1a29dcc0f909a504915efafeb79d05
parent 6876f95f201ce2d62367d85dd793c1fee351d7a6
author David S. Miller <[EMAIL PROTECTED]> Tue, 19 Jul 2005 07:10:55 -0700
committer David S. Miller <[EMAIL PROTECTED]> Tue, 19 Jul 2005 07:10:55 -0700

[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.

Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 net/sched/em_meta.c |    6 ------
 1 files changed, 6 deletions(-)

diff --git a/net/sched/em_meta.c b/net/sched/em_meta.c
--- a/net/sched/em_meta.c
+++ b/net/sched/em_meta.c
@@ -250,11 +250,6 @@ META_COLLECTOR(int_tcverd)
 {
        dst->value = skb->tc_verd;
 }
-
-META_COLLECTOR(int_tcclassid)
-{
-       dst->value = skb->tc_classid;
-}
 #endif
 
 /**************************************************************************
@@ -529,7 +524,6 @@ static struct meta_ops __meta_ops[TCF_ME
                [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),
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to