From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH -next] sctp: fix missing label when PROC_FS=n Date: Thu, 27 Nov 2008 15:31:08 -0800 (PST) Message-ID: <20081127.153108.211641463.davem@davemloft.net> References: <20081127121824.5b3515c9.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:50275 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751189AbYK0XbI (ORCPT ); Thu, 27 Nov 2008 18:31:08 -0500 In-Reply-To: <20081127121824.5b3515c9.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: randy.dunlap@oracle.com Cc: linux-next@vger.kernel.org, netdev@vger.kernel.org From: Randy Dunlap Date: Thu, 27 Nov 2008 12:18:24 -0800 > From: Randy Dunlap > > Fix missing label when CONFIG_PROC_FS=n: > > net/sctp/protocol.c: In function 'sctp_proc_init': > net/sctp/protocol.c:106: error: label 'out_nomem' used but not defined > make[3]: *** [net/sctp/protocol.o] Error 1 > > Signed-off-by: Randy Dunlap Applied, thanks a lot Randy.