tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-jlayton head: a1e960b5b25f19886a17d9f362bb0b06fcdf73f5 commit: 5e89fcc224483a2a7721668ec875a67fa27105da [24/28] vfs: drop vmtruncate config: make ARCH=x86_64 allyesconfig Note: the vfs/for-jlayton HEAD a1e960b builds fine. It only hurts bisectibility. All error/warnings: mm/truncate.c: In function 'vmtruncate': mm/truncate.c:596:17: error: 'const struct inode_operations' has no member named 'truncate' mm/truncate.c:597:14: error: 'const struct inode_operations' has no member named 'truncate' vim +596 mm/truncate.c 25d9e2d1 npiggin@xxxxxxx 2009-08-21 590 8a549bea Hugh Dickins 2011-07-25 591 error = inode_newsize_ok(inode, newsize); 25d9e2d1 npiggin@xxxxxxx 2009-08-21 592 if (error) 25d9e2d1 npiggin@xxxxxxx 2009-08-21 593 return error; 7bb46a67 npiggin@xxxxxxx 2010-05-27 594 8a549bea Hugh Dickins 2011-07-25 595 truncate_setsize(inode, newsize); 25d9e2d1 npiggin@xxxxxxx 2009-08-21 @596 if (inode->i_op->truncate) 25d9e2d1 npiggin@xxxxxxx 2009-08-21 597 inode->i_op->truncate(inode); 2c27c65e Christoph Hellwig 2010-06-04 598 return 0; 25d9e2d1 npiggin@xxxxxxx 2009-08-21 599 } --- 0-DAY kernel build testing backend Open Source Technology Center Fengguang Wu, Yuanhan Liu Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html