From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for Nov 8 (various vfs) Date: Fri, 08 Nov 2013 10:48:53 -0800 Message-ID: <527D3215.5020909@infradead.org> References: <20131108194753.c45ecb7db2fdd59e156d8acd@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131108194753.c45ecb7db2fdd59e156d8acd@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell , linux-next@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Linux FS Devel , Al Viro List-Id: linux-next.vger.kernel.org On 11/08/13 00:47, Stephen Rothwell wrote: > Hi all, > > Please do *not* add any v3.14 material to linux-next until after > v3.13-rc1 is released. > > [A bit of a mess today :-(] > > Changes since 20131107: > > The vfs tree lost its build failure but gained a conflict against Linus' > tree. > > The userns tree gained conflicts against the vfs tree and a build failure > caused by merge issues, so I dropped it for today. > > The akpm-current tree gained conflicts against the vfs and tip trees. on both i386 and x86_64: vfs build errors: fs/open.c:486:3: error: implicit declaration of function 'break_deleg_wait' [-Werror=implicit-function-declaration] fs/namei.c:3726:3: error: implicit declaration of function 'break_deleg_wait' [-Werror=implicit-function-declaration] fs/utimes.c:110:3: error: implicit declaration of function 'break_deleg_wait' [-Werror=implicit-function-declaration] -- ~Randy