From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751476Ab3IIIyZ (ORCPT ); Mon, 9 Sep 2013 04:54:25 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:37891 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751025Ab3IIIyX (ORCPT ); Mon, 9 Sep 2013 04:54:23 -0400 X-Sasl-enc: 5lhDYpTijZqStM36EM89md9smemBpb1DUsjpRkURtsz6 1378716862 Message-ID: <1378716860.3212.11.camel@perseus.fritz.box> Subject: Re: linux-next: build failure after merge of the vfs tree From: Ian Kent To: Stephen Rothwell Cc: Al Viro , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 09 Sep 2013 16:54:20 +0800 In-Reply-To: <20130909123328.123599b5147d68276bccea1a@canb.auug.org.au> References: <20130909123328.123599b5147d68276bccea1a@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.4 (3.6.4-3.fc18) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2013-09-09 at 12:33 +1000, Stephen Rothwell wrote: > Hi Al, > > After merging the vfs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/autofs4/dev-ioctl.c: In function 'find_autofs_mount': > fs/autofs4/dev-ioctl.c:193:2: error: implicit declaration of function 'user_path_mntpointat' [-Werror=implicit-function-declaration] > int err = user_path_mntpointat(AT_FDCWD, pathname, 0, &path); > ^ > > Caused by commit b3a19b078049 ("autofs4 - fix device ioctl mount lookup"). > > I have used the vfs tree form next-20130906 for today. As far as I can see that is already fixed in viro/vfs.git for-next. AFAICT the problem arose because there was a difference (missed) between what I posted and how Al wanted to do it. Ian