tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-jlayton head: a1e960b5b25f19886a17d9f362bb0b06fcdf73f5 commit: 93502ce5a271c577b2d2401ad873beeed3af4e6e [16/28] hpfs: drop vmtruncate config: make ARCH=x86_64 allmodconfig All error/warnings: fs/hpfs/inode.c: In function 'hpfs_setattr': fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors vim +/hpfs_truncate +285 fs/hpfs/inode.c 1025774c Christoph Hellwig 2010-06-04 279 attr->ia_size != i_size_read(inode)) { 93502ce5 Marco Stornelli 2012-12-15 280 error = inode_newsize_ok(inode, attr->ia_size); 1025774c Christoph Hellwig 2010-06-04 281 if (error) 274052ef Dr. David Alan Gilbert 2010-12-13 282 goto out_unlock; 93502ce5 Marco Stornelli 2012-12-15 283 93502ce5 Marco Stornelli 2012-12-15 284 truncate_setsize(inode, attr->ia_size); 93502ce5 Marco Stornelli 2012-12-15 @285 hpfs_truncate(inode); 1025774c Christoph Hellwig 2010-06-04 286 } 1025774c Christoph Hellwig 2010-06-04 287 1025774c Christoph Hellwig 2010-06-04 288 setattr_copy(inode, attr); --- 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