From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] sctp: remove the unused sctp_assoc_is_match function Date: Wed, 25 Apr 2018 14:12:28 -0400 (EDT) Message-ID: <20180425.141228.1003896914050214765.davem@davemloft.net> References: <0acb8eaec9a5be9959d39bb5017d49bb31d0d5e5.1524649607.git.lucien.xin@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, marcelo.leitner@gmail.com, nhorman@tuxdriver.com To: lucien.xin@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:53274 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755833AbeDYSMa (ORCPT ); Wed, 25 Apr 2018 14:12:30 -0400 In-Reply-To: <0acb8eaec9a5be9959d39bb5017d49bb31d0d5e5.1524649607.git.lucien.xin@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Xin Long Date: Wed, 25 Apr 2018 17:46:47 +0800 > After Commit 4f0087812648 ("sctp: apply rhashtable api to send/recv > path"), there's no place using sctp_assoc_is_match, so remove it. > > Signed-off-by: Xin Long Applied.