Hi Eryu, [auto build test ERROR on ext4/dev] [also build test ERROR on v4.5-rc3 next-20160210] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Eryu-Guan/ext4-remove-unused-parameter-newblock-in-convert_initialized_extent/20160210-232337 base: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git dev config: x86_64-randconfig-x012-201606 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): fs/ext4/extents.c: In function 'ext4_ext_map_blocks': >> fs/ext4/extents.c:4350:23: error: expected ')' before ';' token flags, allocated; ^ >> fs/ext4/extents.c:4352:4: error: expected ';' before '}' token } else if (!ext4_ext_is_unwritten(ex)) ^ vim +4350 fs/ext4/extents.c 4344 * caller wants to convert it to unwritten. 4345 */ 4346 if ((!ext4_ext_is_unwritten(ex)) && 4347 (flags & EXT4_GET_BLOCKS_CONVERT_UNWRITTEN)) { 4348 allocated = convert_initialized_extent( 4349 handle, inode, map, &path, > 4350 flags, allocated; 4351 goto out2; > 4352 } else if (!ext4_ext_is_unwritten(ex)) 4353 goto out; 4354 4355 ret = ext4_ext_handle_unwritten_extents( --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data