Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / net / ipv4 / tcp_minisocks.c
index 4b95ec4ed2c8f7cc50f290c2d354a5a4931d7116..f63c73dc0acbd622a7687ee503e569d0ffbdd795 100644 (file)
@@ -488,7 +488,6 @@ struct sock *tcp_create_openreq_child(const struct sock *sk,
                newtp->snd_cwnd_cnt = 0;
 
                tcp_init_xmit_timers(newsk);
-               __skb_queue_head_init(&newtp->out_of_order_queue);
                newtp->write_seq = newtp->pushed_seq = treq->snt_isn + 1;
 
                newtp->rx_opt.saw_tstamp = 0;
This page took 0.024326 seconds and 5 git commands to generate.