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: alpha-randconfig-r021-20230710 
(https://download.01.org/0day-ci/archive/20230711/202307110435.0h8fqzzw-...@intel.com/config)
compiler: alpha-linux-gcc (GCC) 12.3.0
reproduce: 
(https://download.01.org/0day-ci/archive/20230711/202307110435.0h8fqzzw-...@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/202307110435.0h8fqzzw-...@intel.com/

All errors (new ones prefixed by >>):

   fs/f2fs/super.c: In function 'destroy_device_list':
>> fs/f2fs/super.c:1563:23: error: 'struct f2fs_dev_info' has no member named 
>> 'blkz_seq'
    1563 |         kvfree(FDEV(0).blkz_seq);
         |                       ^


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