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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30AD9E743ED for ; Fri, 29 Sep 2023 06:03:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232693AbjI2GDk (ORCPT ); Fri, 29 Sep 2023 02:03:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229577AbjI2GDh (ORCPT ); Fri, 29 Sep 2023 02:03:37 -0400 Received: from a.mx.secunet.com (a.mx.secunet.com [62.96.220.36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4BDD199; Thu, 28 Sep 2023 23:03:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by a.mx.secunet.com (Postfix) with ESMTP id 493022089F; Fri, 29 Sep 2023 08:03:34 +0200 (CEST) X-Virus-Scanned: by secunet Received: from a.mx.secunet.com ([127.0.0.1]) by localhost (a.mx.secunet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jUWheq-XtF3e; Fri, 29 Sep 2023 08:03:28 +0200 (CEST) Received: from mailout2.secunet.com (mailout2.secunet.com [62.96.220.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by a.mx.secunet.com (Postfix) with ESMTPS id C3B0720861; Fri, 29 Sep 2023 08:03:28 +0200 (CEST) Received: from cas-essen-02.secunet.de (unknown [10.53.40.202]) by mailout2.secunet.com (Postfix) with ESMTP id B476D80004A; Fri, 29 Sep 2023 08:03:28 +0200 (CEST) Received: from mbx-essen-02.secunet.de (10.53.40.198) by cas-essen-02.secunet.de (10.53.40.202) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.32; Fri, 29 Sep 2023 08:03:28 +0200 Received: from gauss2.secunet.de (10.182.7.193) by mbx-essen-02.secunet.de (10.53.40.198) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.32; Fri, 29 Sep 2023 08:03:28 +0200 Received: by gauss2.secunet.de (Postfix, from userid 1000) id BD4FB3182B50; Fri, 29 Sep 2023 08:03:27 +0200 (CEST) Date: Fri, 29 Sep 2023 08:03:27 +0200 From: Steffen Klassert To: Yue Haibing CC: , , , , , , , Subject: Re: [PATCH net-next] xfrm: Remove unused function declarations Message-ID: References: <20230729122858.25776-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-ClientProxiedBy: cas-essen-01.secunet.de (10.53.40.201) To mbx-essen-02.secunet.de (10.53.40.198) X-EXCLAIMER-MD-CONFIG: 2c86f778-e09b-4440-8b15-867914633a10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 28, 2023 at 03:26:28PM +0800, Yue Haibing wrote: > ping.. > > On 2023/7/29 20:28, Yue Haibing wrote: > > commit a269fbfc4e9f ("xfrm: state: remove extract_input indirection from xfrm_state_afinfo") > > left behind this. > > > > Signed-off-by: Yue Haibing Sorry, that one slipped through the cracks. Now applied to ipsec-next, thanks!