From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] [net-next] sctp: fix unused lable warning Date: Thu, 29 Mar 2018 14:38:42 -0400 (EDT) Message-ID: <20180329.143842.1841942043775921475.davem@davemloft.net> References: <20180328141512.3083992-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: vyasevich@gmail.com, nhorman@tuxdriver.com, viro@ZenIV.linux.org.uk, linux-sctp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: arnd@arndb.de Return-path: In-Reply-To: <20180328141512.3083992-1-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Arnd Bergmann Date: Wed, 28 Mar 2018 16:14:56 +0200 > The proc file cleanup left a label possibly unused: > > net/sctp/protocol.c: In function 'sctp_defaults_init': > net/sctp/protocol.c:1304:1: error: label 'err_init_proc' defined but not used [-Werror=unused-label] > > This adds an #ifdef around it to match the respective 'goto'. > > Fixes: d47d08c8ca05 ("sctp: use proc_remove_subtree()") > Signed-off-by: Arnd Bergmann Applied.