From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753536Ab2AIGyi (ORCPT ); Mon, 9 Jan 2012 01:54:38 -0500 Received: from shards.monkeyblade.net ([198.137.202.13]:58200 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466Ab2AIGyg (ORCPT ); Mon, 9 Jan 2012 01:54:36 -0500 Date: Sun, 08 Jan 2012 22:52:25 -0800 (PST) Message-Id: <20120108.225225.1735038078666958154.davem@davemloft.net> To: sfr@canb.auug.org.au Cc: netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, glommer@parallels.com Subject: Re: linux-next: build failure after merge of the final tree (net tree related) From: David Miller In-Reply-To: <20120109163812.4cb695944ea9716953afbfc9@canb.auug.org.au> References: <20120109163812.4cb695944ea9716953afbfc9@canb.auug.org.au> X-Mailer: Mew version 6.4 on Emacs 23.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (shards.monkeyblade.net [198.137.202.13]); Sun, 08 Jan 2012 22:52:28 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Stephen Rothwell Date: Mon, 9 Jan 2012 16:38:12 +1100 > I applied the following patch for today: > > From: Stephen Rothwell > Date: Mon, 9 Jan 2012 16:33:16 +1100 > Subject: [PATCH] net: sk_update_clone is only used in net/core/sock.c > > so move it there. Fixes build errors when CONFIG_INET is not defeined: > > In file included from include/linux/tcp.h:211:0, > from include/linux/ipv6.h:221, > from include/net/ipv6.h:16, > from include/linux/sunrpc/clnt.h:26, > from include/linux/nfs_fs.h:50, > from init/do_mounts.c:20: > include/net/sock.h: In function 'sk_update_clone': > include/net/sock.h:1109:3: error: implicit declaration of function 'sock_update_memcg' [-Werror=implicit-function-declaration] > > Signed-off-by: Stephen Rothwell Applied, thanks Stephen.