From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS Date: Mon, 05 Nov 2018 13:37:02 -0800 (PST) Message-ID: <20181105.133702.1214041828910910455.davem@davemloft.net> References: <20181105203645.4993-1-0xeffeff@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org To: 0xeffeff@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:34694 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387752AbeKFHQw (ORCPT ); Tue, 6 Nov 2018 02:16:52 -0500 In-Reply-To: <20181105203645.4993-1-0xeffeff@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Barnhill <0xeffeff@gmail.com> Date: Mon, 5 Nov 2018 20:36:45 +0000 > Move the anycast.c init and cleanup functions which were inadvertently > added inside the CONFIG_PROC_FS definition. > > Fixes: 2384d02520ff ("net/ipv6: Add anycast addresses to a global hashtable") > Signed-off-by: Jeff Barnhill <0xeffeff@gmail.com> Applied, thanks Jeff.