tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git 
dev-test
head:   d73b38253cda925126fc85e32277fbe2f1b100bf
commit: 2031cbae1532cadb0838ebc1fecbfd14698b5a0a [5/6] f2fs: don't reopen the 
main block device in f2fs_scan_devices
config: x86_64-rhel-8.3-rust 
(https://download.01.org/0day-ci/archive/20230711/202307110542.nbamyzxe-...@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 
8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce: 
(https://download.01.org/0day-ci/archive/20230711/202307110542.nbamyzxe-...@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 <l...@intel.com>
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202307110542.nbamyzxe-...@intel.com/

All errors (new ones prefixed by >>):

>> fs/f2fs/super.c:1563:17: error: no member named 'blkz_seq' in 'struct 
>> f2fs_dev_info'
           kvfree(FDEV(0).blkz_seq);
                  ~~~~~~~ ^
   1 error generated.


vim +1563 fs/f2fs/super.c

  1558  
  1559  static void destroy_device_list(struct f2fs_sb_info *sbi)
  1560  {
  1561          int i;
  1562  
> 1563          kvfree(FDEV(0).blkz_seq);
  1564          for (i = 1; i < sbi->s_ndevs; i++) {
  1565                  blkdev_put(FDEV(i).bdev, sbi->sb->s_type);
  1566  #ifdef CONFIG_BLK_DEV_ZONED
  1567                  kvfree(FDEV(i).blkz_seq);
  1568  #endif
  1569          }
  1570          kvfree(sbi->devs);
  1571  }
  1572  

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


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to