From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH -next] net: fix net/core/sock.c build error Date: Mon, 10 Sep 2012 16:45:13 -0400 (EDT) Message-ID: <20120910.164513.400687476300645876.davem@davemloft.net> References: <20120910172407.c5ad953c008165fcd862bd3c@canb.auug.org.au> <504E1193.4060809@xenotime.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:33724 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932152Ab2IJUpP (ORCPT ); Mon, 10 Sep 2012 16:45:15 -0400 In-Reply-To: <504E1193.4060809@xenotime.net> Sender: linux-next-owner@vger.kernel.org List-ID: To: rdunlap@xenotime.net Cc: sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org From: Randy Dunlap Date: Mon, 10 Sep 2012 09:13:07 -0700 > From: Randy Dunlap > > Fix net/core/sock.c build error when CONFIG_INET is not enabled: > > net/built-in.o: In function `sock_edemux': > (.text+0xd396): undefined reference to `inet_twsk_put' > > Signed-off-by: Randy Dunlap Applied to 'net', thanks Randy.