]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/nf_conntrack_proto_tcp.c
netfilter: conntrack: simplify event caching system
[karo-tx-linux.git] / net / netfilter / nf_conntrack_proto_tcp.c
index 4c7f6f0dae90b6b3257241be1e2902d08bde9117..b7e8a825efed451f84320df913356034be932150 100644 (file)
@@ -991,7 +991,6 @@ static int tcp_packet(struct nf_conn *ct,
                timeout = tcp_timeouts[new_state];
        write_unlock_bh(&tcp_lock);
 
-       nf_conntrack_event_cache(IPCT_PROTOINFO_VOLATILE, ct);
        if (new_state != old_state)
                nf_conntrack_event_cache(IPCT_PROTOINFO, ct);