From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756000AbYCaPun (ORCPT ); Mon, 31 Mar 2008 11:50:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752581AbYCaPud (ORCPT ); Mon, 31 Mar 2008 11:50:33 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:56249 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752557AbYCaPuc (ORCPT ); Mon, 31 Mar 2008 11:50:32 -0400 Date: Mon, 31 Mar 2008 08:54:17 -0700 From: Greg KH To: Stephen Rothwell Cc: linux-next@vger.kernel.org, LKML , Andy Whitcroft , Kamalesh Babulal , Lonnie Iverson Subject: Re: [BUILD_FAILURE] linux-next: Tree for March 31 build fails on fs/novfs sys_flistxattr() Message-ID: <20080331155417.GD3696@kroah.com> References: <20080331181118.7964d4a9.sfr@canb.auug.org.au> <47F0C8B6.7020808@linux.vnet.ibm.com> <20080331224125.cc030176.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080331224125.cc030176.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 31, 2008 at 10:41:25PM +1100, Stephen Rothwell wrote: > On Mon, 31 Mar 2008 16:49:18 +0530 Kamalesh Babulal wrote: > > > > Hi Stephen, > > > > The next-20080331 allyesconfig, build fails on x86_64 machine > > > > fs/novfs/built-in.o: In function `sys_flistxattr': > > /root/kernels/linux-2.6.25-rc7/fs/novfs/inode.c:4658: multiple definition of `sys_flistxattr' > > fs/xattr.o:/root/kernels/linux-2.6.25-rc7/fs/xattr.c:457: first defined here > > ld: Warning: size of symbol `sys_flistxattr' changed from 112 in fs/xattr.o to 75 in fs/novfs/built-in.o > > fs/novfs/built-in.o: In function `sys_fsetxattr': > > /root/kernels/linux-2.6.25-rc7/fs/novfs/inode.c:4672: multiple definition of `sys_fsetxattr' > > fs/xattr.o:/root/kernels/linux-2.6.25-rc7/fs/xattr.c:295: first defined here > > ld: Warning: size of symbol `sys_fsetxattr' changed from 164 in fs/xattr.o to 97 in fs/novfs/built-in.o > > fs/novfs/built-in.o: In function `sys_fgetxattr': > > /root/kernels/linux-2.6.25-rc7/fs/novfs/inode.c:4645: multiple definition of `sys_fgetxattr' > > fs/xattr.o:/root/kernels/linux-2.6.25-rc7/fs/xattr.c:384: first defined here > > ld: Warning: size of symbol `sys_fgetxattr' changed from 128 in fs/xattr.o to 91 in fs/novfs/built-in.o > > make[1]: *** [fs/built-in.o] Error 1 > > make: *** [fs] Error 2 > > Yes, well this from fs/novfs/inode.c was asking for it really :-) > > asmlinkage ssize_t sys_flistxattr(int fd, char __user * list, size_t size) > { > . > . Ugh, tha's horrible. I'll fix that up, sorry. thanks, greg k-h