]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/netfilter/nf_conntrack_proto_icmp.c
netfilter: conntrack: simplify event caching system
[karo-tx-linux.git] / net / ipv4 / netfilter / nf_conntrack_proto_icmp.c
index 23b2c2ee869a85c4f92a5a45bce4f731e4815e13..c6ab3d99e792fbe02ef7d59523ebc02ce565e427 100644 (file)
@@ -91,7 +91,6 @@ static int icmp_packet(struct nf_conn *ct,
                        nf_ct_kill_acct(ct, ctinfo, skb);
        } else {
                atomic_inc(&ct->proto.icmp.count);
-               nf_conntrack_event_cache(IPCT_PROTOINFO_VOLATILE, ct);
                nf_ct_refresh_acct(ct, ctinfo, skb, nf_ct_icmp_timeout);
        }