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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 BF46FC433DF for ; Wed, 15 Jul 2020 13:34:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 84F07206F5 for ; Wed, 15 Jul 2020 13:34:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="O9nIz0t/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731904AbgGONev (ORCPT ); Wed, 15 Jul 2020 09:34:51 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:57473 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731785AbgGONev (ORCPT ); Wed, 15 Jul 2020 09:34:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594820090; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aTwTLW4lRF7rnmYKZq+JqoSh+krPnIQntfpICzy4iMc=; b=O9nIz0t/LFoJ1S1iComcKn20CID1vSTYRz94ck9wmuuCgI2z+9JhitC588Hou8vmpL2ZNx 0tg29FA3Pp/CcRMbkMSSImptuYw+Lsc9GoNjz6DU5sjvOhNKu/tW68lkXTcu7BcWXMQ+lK X0Piife0IAthw+I7Tg3MaRcPDOvfJFo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-301-DoZSdfGFM3-ImZHLemk0nA-1; Wed, 15 Jul 2020 09:34:48 -0400 X-MC-Unique: DoZSdfGFM3-ImZHLemk0nA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8672F800C64; Wed, 15 Jul 2020 13:34:46 +0000 (UTC) Received: from ovpn-114-12.ams2.redhat.com (ovpn-114-12.ams2.redhat.com [10.36.114.12]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1738572E53; Wed, 15 Jul 2020 13:34:43 +0000 (UTC) Message-ID: <1fd0d82ef5e89e18c669f789a8649ea672bace31.camel@redhat.com> Subject: Re: [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent() From: Paolo Abeni To: YueHaibing , mathew.j.martineau@linux.intel.com, matthieu.baerts@tessares.net, davem@davemloft.net, kuba@kernel.org Cc: netdev@vger.kernel.org, mptcp@lists.01.org, linux-kernel@vger.kernel.org Date: Wed, 15 Jul 2020 15:34:42 +0200 In-Reply-To: <20200715023613.9492-1-yuehaibing@huawei.com> References: <20200715023613.9492-1-yuehaibing@huawei.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.3 (3.36.3-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2020-07-15 at 10:36 +0800, YueHaibing wrote: > commit 263e1201a2c3 ("mptcp: consolidate synack processing.") > left behind this, remove it. > > Signed-off-by: YueHaibing Acked-by: Paolo Abeni Thank you for the clean-up! /P