Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
* [chao:wip 1/5] fs/f2fs/f2fs.h:4902:43: error: no member named 'first_zoned_segno' in 'struct f2fs_sb_info'; did you mean 'first_seq_zone_segno'?
@ 2025-05-31  5:59 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-05-31  5:59 UTC (permalink / raw)
  To: Chao Yu, Chao Yu; +Cc: llvm, oe-kbuild-all, Chao Yu, Chao Yu

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/chao/linux.git wip
head:   da08611e28ee951df3ed7bfa4d0d8174ed763ebf
commit: d6f1da168279ee76658fa5907d6cbaf30447717e [1/5] f2fs: zone: allow IPU for regular file in regular block device
config: s390-randconfig-002-20250531 (https://download.01.org/0day-ci/archive/20250531/202505311327.eFLLIgds-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project f819f46284f2a79790038e1f6649172789734ae8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250531/202505311327.eFLLIgds-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202505311327.eFLLIgds-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from fs/f2fs/extent_cache.c:18:
>> fs/f2fs/f2fs.h:4902:43: error: no member named 'first_zoned_segno' in 'struct f2fs_sb_info'; did you mean 'first_seq_zone_segno'?
    4902 |         return f2fs_sb_has_blkzoned(sbi) && sbi->first_zoned_segno;
         |                                                  ^~~~~~~~~~~~~~~~~
         |                                                  first_seq_zone_segno
   fs/f2fs/f2fs.h:1796:15: note: 'first_seq_zone_segno' declared here
    1796 |         unsigned int first_seq_zone_segno;      /* first segno in sequential zone */
         |                      ^
   1 error generated.
--
   In file included from fs/f2fs/data.c:24:
>> fs/f2fs/f2fs.h:4902:43: error: no member named 'first_zoned_segno' in 'struct f2fs_sb_info'; did you mean 'first_seq_zone_segno'?
    4902 |         return f2fs_sb_has_blkzoned(sbi) && sbi->first_zoned_segno;
         |                                                  ^~~~~~~~~~~~~~~~~
         |                                                  first_seq_zone_segno
   fs/f2fs/f2fs.h:1796:15: note: 'first_seq_zone_segno' declared here
    1796 |         unsigned int first_seq_zone_segno;      /* first segno in sequential zone */
         |                      ^
>> fs/f2fs/data.c:2609:11: error: no member named 'first_zoned_segno' in 'struct f2fs_sb_info'; did you mean 'first_seq_zone_segno'?
    2609 |                                         sbi->first_zoned_segno)
         |                                              ^~~~~~~~~~~~~~~~~
         |                                              first_seq_zone_segno
   fs/f2fs/f2fs.h:1796:15: note: 'first_seq_zone_segno' declared here
    1796 |         unsigned int first_seq_zone_segno;      /* first segno in sequential zone */
         |                      ^
   2 errors generated.


vim +4902 fs/f2fs/f2fs.h

  4899	
  4900	static inline bool f2fs_blkzoned_has_regular_section(struct f2fs_sb_info *sbi)
  4901	{
> 4902		return f2fs_sb_has_blkzoned(sbi) && sbi->first_zoned_segno;
  4903	}
  4904	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-05-31  6:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-31  5:59 [chao:wip 1/5] fs/f2fs/f2fs.h:4902:43: error: no member named 'first_zoned_segno' in 'struct f2fs_sb_info'; did you mean 'first_seq_zone_segno'? kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox