aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/skbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 7c6a34e21eee..8d43ae6979e5 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -434,8 +434,8 @@ struct sk_buff *skb_clone(struct sk_buff *skb, gfp_t gfp_mask)
434 n->tc_verd = CLR_TC_MUNGED(n->tc_verd); 434 n->tc_verd = CLR_TC_MUNGED(n->tc_verd);
435 C(iif); 435 C(iif);
436#endif 436#endif
437 skb_copy_secmark(n, skb);
438#endif 437#endif
438 skb_copy_secmark(n, skb);
439 C(truesize); 439 C(truesize);
440 atomic_set(&n->users, 1); 440 atomic_set(&n->users, 1);
441 C(head); 441 C(head);