Re: linux-next: Tree for July 16
From: Al Viro <viro@ZenIV.linux.org.uk>
Date: 2012-07-16 08:31:52
Also in:
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 [off-list ref] wrote:quoted
On Mon, Jul 16, 2012 at 9:48 AM, Al Viro [off-list ref] wrote:quoted
On Mon, Jul 16, 2012 at 05:17:09PM +1000, Stephen Rothwell wrote:quoted
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.htmlGrr 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...