]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/ip_output.c
[NET]: Kill skb->list
[linux-2.6-omap-h63xx.git] / net / ipv4 / ip_output.c
index 80d13103b2b018624b0b845b3c713cfe4eafcaa7..766564cb420760d0d715d75851a8e49496eeaf6b 100644 (file)
@@ -392,7 +392,6 @@ static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from)
 #endif
 #ifdef CONFIG_NETFILTER
        to->nfmark = from->nfmark;
-       to->nfcache = from->nfcache;
        /* Connection association is same as pre-frag packet */
        nf_conntrack_put(to->nfct);
        to->nfct = from->nfct;