[NETFILTER]: reduce netfilter sk_buff enlargement
[powerpc.git] / net / ipv4 / netfilter / ipt_TOS.c
index 85c70d2..49abb7e 100644 (file)
@@ -46,7 +46,6 @@ target(struct sk_buff **pskb,
                                                 sizeof(diffs),
                                                 (*pskb)->nh.iph->check
                                                 ^0xFFFF));
-               (*pskb)->nfcache |= NFC_ALTERED;
        }
        return IPT_CONTINUE;
 }