From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neal Cardwell Subject: Re: [PATCH net-next 1/4] tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers() Date: Thu, 17 May 2018 10:53:02 -0400 Message-ID: References: <20180517121213.43559-1-edumazet@google.com> <20180517121213.43559-2-edumazet@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: David Miller , Netdev , =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= , Yuchung Cheng , Soheil Hassas Yeganeh , Eric Dumazet To: Eric Dumazet Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:53487 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751858AbeEQOxV (ORCPT ); Thu, 17 May 2018 10:53:21 -0400 Received: by mail-wm0-f67.google.com with SMTP id a67-v6so8903599wmf.3 for ; Thu, 17 May 2018 07:53:20 -0700 (PDT) In-Reply-To: <20180517121213.43559-2-edumazet@google.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, May 17, 2018 at 8:12 AM Eric Dumazet wrote: > Socket can not disappear under us. > Signed-off-by: Eric Dumazet > --- Acked-by: Neal Cardwell Thanks! neal