GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
* [ammarfaizi2-block:testing/af/home 6/8] fs/btrfs/async-thread.c:411:34: error: no member named 'hipri_workers' in 'struct btrfs_fs_info'; did you mean 'fixup_workers'?
@ 2023-08-08 17:42 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-08 17:42 UTC (permalink / raw)
  To: Ammar Faizi; +Cc: llvm, oe-kbuild-all, Ammar Faizi, GNU/Weeb Mailing List

tree:   https://github.com/ammarfaizi2/linux-block testing/af/home
head:   8b2a24828c670d20cda3d69f5741e11e89f575f7
commit: 5f3624d1fef48864c37168c21cd1a1a1334649b8 [6/8] btrfs: Add wq_cpu_set=%s mount option
config: i386-randconfig-i002-20230808 (https://download.01.org/0day-ci/archive/20230809/[email protected]/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce: (https://download.01.org/0day-ci/archive/20230809/[email protected]/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 <[email protected]>
| Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/

All errors (new ones prefixed by >>):

>> fs/btrfs/async-thread.c:411:34: error: no member named 'hipri_workers' in 'struct btrfs_fs_info'; did you mean 'fixup_workers'?
           btrfs_apply_wq_cpu_set(fs_info, hipri_workers);
                                           ^~~~~~~~~~~~~
                                           fixup_workers
   fs/btrfs/async-thread.c:402:40: note: expanded from macro 'btrfs_apply_wq_cpu_set'
           apply_wq_cpu_set_notice(INFO, (INFO)->WQ->normal_wq, # WQ)
                                                 ^
   fs/btrfs/fs.h:567:26: note: 'fixup_workers' declared here
           struct btrfs_workqueue *fixup_workers;
                                   ^
   1 error generated.


vim +411 fs/btrfs/async-thread.c

   397	
   398	#define apply_wq_cpu_set(INFO, WQ) \
   399		apply_wq_cpu_set_notice(INFO, (INFO)->WQ, # WQ)
   400	
   401	#define btrfs_apply_wq_cpu_set(INFO, WQ) \
   402		apply_wq_cpu_set_notice(INFO, (INFO)->WQ->normal_wq, # WQ)
   403	
   404	
   405	void btrfs_apply_workqueue_cpu_set(struct btrfs_fs_info *fs_info)
   406	{
   407		if (!btrfs_test_opt(fs_info, WQ_CPU_SET))
   408			return;
   409	
   410		btrfs_apply_wq_cpu_set(fs_info, workers);
 > 411		btrfs_apply_wq_cpu_set(fs_info, hipri_workers);
   412		btrfs_apply_wq_cpu_set(fs_info, delalloc_workers);
   413		btrfs_apply_wq_cpu_set(fs_info, flush_workers);
   414		btrfs_apply_wq_cpu_set(fs_info, caching_workers);
   415		btrfs_apply_wq_cpu_set(fs_info, fixup_workers);
   416		apply_wq_cpu_set(fs_info, endio_workers);
   417		apply_wq_cpu_set(fs_info, endio_meta_workers);
   418		apply_wq_cpu_set(fs_info, rmw_workers);
   419		btrfs_apply_wq_cpu_set(fs_info, endio_write_workers);
   420		apply_wq_cpu_set(fs_info, compressed_write_workers);
   421		btrfs_apply_wq_cpu_set(fs_info, endio_freespace_worker);
   422		btrfs_apply_wq_cpu_set(fs_info, delayed_workers);
   423		btrfs_apply_wq_cpu_set(fs_info, qgroup_rescan_workers);
   424		apply_wq_cpu_set(fs_info, discard_ctl.discard_workers);
   425	}
   426	

-- 
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:[~2023-08-08 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 17:42 [ammarfaizi2-block:testing/af/home 6/8] fs/btrfs/async-thread.c:411:34: error: no member named 'hipri_workers' in 'struct btrfs_fs_info'; did you mean 'fixup_workers'? 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