From db6691f6713f2d562744830c8b4a3bddd66e4ce6 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 19 Jul 2005 14:13:54 -0700 Subject: [PATCH] --- yaml --- r: 4926 b: refs/heads/master c: b72f6eccb0fc516070f2de469f73870cb6cb1149 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/core/skbuff.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ce69fd810aa3..4f4ef010c2d4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0303770deb834c15ca664a9d741d40f893c92f4e +refs/heads/master: b72f6eccb0fc516070f2de469f73870cb6cb1149 diff --git a/trunk/net/core/skbuff.c b/trunk/net/core/skbuff.c index d9f7b06fe886..7eab867ede59 100644 --- a/trunk/net/core/skbuff.c +++ b/trunk/net/core/skbuff.c @@ -377,8 +377,8 @@ struct sk_buff *skb_clone(struct sk_buff *skb, unsigned int __nocast gfp_mask) C(tc_index); #ifdef CONFIG_NET_CLS_ACT n->tc_verd = SET_TC_VERD(skb->tc_verd,0); - n->tc_verd = CLR_TC_OK2MUNGE(skb->tc_verd); - n->tc_verd = CLR_TC_MUNGED(skb->tc_verd); + n->tc_verd = CLR_TC_OK2MUNGE(n->tc_verd); + n->tc_verd = CLR_TC_MUNGED(n->tc_verd); C(input_dev); C(tc_classid); #endif