From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC236C433E0 for ; Fri, 15 May 2020 18:09:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD6A220657 for ; Fri, 15 May 2020 18:09:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726521AbgEOSJq (ORCPT ); Fri, 15 May 2020 14:09:46 -0400 Received: from mga18.intel.com ([134.134.136.126]:30727 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726144AbgEOSJq (ORCPT ); Fri, 15 May 2020 14:09:46 -0400 IronPort-SDR: oLzWMffZTKxca0Z5FZGmv1+eoT7TEr3EHeQowSz6GpiZL3AYOwd08xDUO6urVzBwg6jA+tTg7b rxD/3ZH+VicA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2020 11:09:46 -0700 IronPort-SDR: 6o641+LipBSl5vNkzoAhx6D040kH9XO6xD2wYSK4aVlXxaCC405vQ1O3qlYTvatw4MRGLYxA4i 7T4sjJxfB1Hw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,396,1583222400"; d="scan'208";a="298514225" Received: from rasanche-mobl.amr.corp.intel.com ([10.255.228.159]) by fmsmga002.fm.intel.com with ESMTP; 15 May 2020 11:09:45 -0700 Date: Fri, 15 May 2020 11:09:45 -0700 (PDT) From: Mat Martineau X-X-Sender: mjmartin@rasanche-mobl.amr.corp.intel.com To: Paolo Abeni cc: netdev@vger.kernel.org, Eric Dumazet , "David S . Miller" , Christoph Paasch , mptcp@lists.01.org Subject: Re: [PATCH net-next v2 2/3] inet_connection_sock: factor out destroy helper. In-Reply-To: <9cb1cf2e8b9dc89510ab38c938e2ba102b207d2f.1589558049.git.pabeni@redhat.com> Message-ID: References: <9cb1cf2e8b9dc89510ab38c938e2ba102b207d2f.1589558049.git.pabeni@redhat.com> User-Agent: Alpine 2.22 (OSX 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 15 May 2020, Paolo Abeni wrote: > Move the steps to prepare an inet_connection_sock for > forced disposal inside a separate helper. No functional > changes inteded, this will just simplify the next patch. > > Signed-off-by: Paolo Abeni > Reviewed-by: Christoph Paasch > --- > include/net/inet_connection_sock.h | 8 ++++++++ > net/ipv4/inet_connection_sock.c | 6 +----- > 2 files changed, 9 insertions(+), 5 deletions(-) > Reviewed-by: Mat Martineau -- Mat Martineau Intel