From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: linux-next: Tree for July 16 Date: Mon, 16 Jul 2012 09:31:46 +0100 Message-ID: <20120716083146.GL31729@ZenIV.linux.org.uk> References: <20120716171709.a2da2c69fd0052b1a519de65@canb.auug.org.au> <20120716074825.GK31729@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:60812 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752589Ab2GPIbu (ORCPT ); Mon, 16 Jul 2012 04:31:50 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Sedat Dilek Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML On Mon, Jul 16, 2012 at 09:56:45AM +0200, Sedat Dilek wrote: > On Mon, Jul 16, 2012 at 9:54 AM, Sedat Dilek wrote: > > On Mon, Jul 16, 2012 at 9:48 AM, Al Viro wrote: > >> On Mon, Jul 16, 2012 at 05:17:09PM +1000, Stephen Rothwell wrote: > >>> Hi all, > >>> > >>> Changes since 20120713: > >>> > >>> The ext4 tree lost its build failure. > >>> > >>> The vfs tree gained a build failure so I used the version from > >>> next-20120713. > >> > >> Details, please? > > > > [1] http://lkml.indiana.edu/hypermail/linux/kernel/1107.2/00046.html > > > > Grr right subject - wrong email, Stephen's mail seems to be not in the > offline mail-archives, so I am quoting: > > "Hi Al, > > After merging the vfs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/ext2/super.c: In function 'ext2_sync_fs': > fs/ext2/super.c:1191:2: error: implicit declaration of function > 'dquot_writeback_dquots' [-Werror=implicit-function-declaration] > fs/ext3/super.c: In function 'ext3_sync_fs': > fs/ext3/super.c:2534:2: error: implicit declaration of function > 'dquot_writeback_dquots' [-Werror=implicit-function-declaration] > fs/ext4/super.c: In function 'ext4_sync_fs': > fs/ext4/super.c:4493:2: error: implicit declaration of function > 'dquot_writeback_dquots' [-Werror=implicit-function-declaration] > > Caused by commits 05566b558a47 ("quota: Move quota syncing to ->sync_fs > method") and ad04033e79d2 ("quota: Split dquot_quota_sync() to writeback > and cache flushing part"). Please do build testing with and without > CONFIG QUOTA for quota changes ... Fixed, folded and pushed...