Re: [PATCH net] tcp/dccp: remove reqsk_put() from inet_child_forget()

2017-09-12 Thread David Miller
From: Eric Dumazet Date: Mon, 11 Sep 2017 15:58:38 -0700 > From: Eric Dumazet > > Back in linux-4.4, I inadvertently put a call to reqsk_put() in > inet_child_forget(), forgetting it could be called from two different > points. > > In the case it

[PATCH net] tcp/dccp: remove reqsk_put() from inet_child_forget()

2017-09-11 Thread Eric Dumazet
From: Eric Dumazet Back in linux-4.4, I inadvertently put a call to reqsk_put() in inet_child_forget(), forgetting it could be called from two different points. In the case it is called from inet_csk_reqsk_queue_add(), we want to keep the reference on the request socket,