netfilter: conntrack: simplify event caching system
[safe/jmp/linux-2.6] / net / netfilter / nf_conntrack_proto_tcp.c
index 4c7f6f0..b7e8a82 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);