Hi Damien, [auto build test ERROR on v4.9-rc2] [also build test ERROR on next-20161028] [cannot apply to f2fs/dev] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on] [Check https://git-scm.com/docs/git-format-patch for more information] url: https://github.com/0day-ci/linux/commits/Damien-Le-Moal/f2fs-Zoned-block-device-support/20161028-160349 config: x86_64-randconfig-x014-201643 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): In file included from fs/f2fs/dir.c:13:0: fs/f2fs/f2fs.h: In function 'get_blkz_type': >> fs/f2fs/f2fs.h:2424:35: error: 'struct f2fs_sb_info' has no member named 'log_blocks_per_blkz'; did you mean 'log_blocks_per_seg'? unsigned int zno = blkaddr >> sbi->log_blocks_per_blkz; ^~ >> fs/f2fs/f2fs.h:2426:12: error: 'struct f2fs_sb_info' has no member named 'blkz_type' return sbi->blkz_type[zno]; ^~ -- In file included from fs/f2fs/super.c:28:0: fs/f2fs/f2fs.h: In function 'get_blkz_type': >> fs/f2fs/f2fs.h:2424:35: error: 'struct f2fs_sb_info' has no member named 'log_blocks_per_blkz'; did you mean 'log_blocks_per_seg'? unsigned int zno = blkaddr >> sbi->log_blocks_per_blkz; ^~ >> fs/f2fs/f2fs.h:2426:12: error: 'struct f2fs_sb_info' has no member named 'blkz_type' return sbi->blkz_type[zno]; ^~ fs/f2fs/super.c: In function 'f2fs_fill_super': >> fs/f2fs/super.c:2003:11: error: 'struct f2fs_sb_info' has no member named 'blkz_type' kfree(sbi->blkz_type); ^~ vim +2424 fs/f2fs/f2fs.h 2418 return F2FS_HAS_FEATURE(sb, F2FS_FEATURE_BLKZONED); 2419 } 2420 2421 static inline int get_blkz_type(struct f2fs_sb_info *sbi, 2422 block_t blkaddr) 2423 { > 2424 unsigned int zno = blkaddr >> sbi->log_blocks_per_blkz; 2425 > 2426 return sbi->blkz_type[zno]; 2427 } 2428 2429 static inline bool f2fs_discard_en(struct f2fs_sb_info *sbi) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip