Re: [f2fs-dev] [PATCH 1/2] workqueue: add io priority to work_struct

2024-06-25 Thread kernel test robot
Hi Yi, kernel test robot noticed the following build errors: [auto build test ERROR on tj-wq/for-next] [also build test ERROR on jaegeuk-f2fs/dev-test jaegeuk-f2fs/dev linus/master v6.10-rc5 next-20240625] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submittin

Re: [f2fs-dev] [PATCH 1/2] workqueue: add io priority to work_struct

2024-06-25 Thread kernel test robot
Hi Yi, kernel test robot noticed the following build errors: [auto build test ERROR on tj-wq/for-next] [also build test ERROR on jaegeuk-f2fs/dev-test jaegeuk-f2fs/dev linus/master v6.10-rc5 next-20240625] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submittin

Re: [f2fs-dev] [PATCH 1/2] workqueue: add io priority to work_struct

2024-06-21 Thread Kent Overstreet
On Fri, Jun 21, 2024 at 02:26:16PM +0800, Yi Sun wrote: > Many works will go to submit_bio(), and in many cases the io priority of > kworker cannot meet the real-time requirements of this work. > > So add the basic attribute ioprio to work_struct, and kworker can adjust > its io priority according

Re: [f2fs-dev] [PATCH 1/2] workqueue: add io priority to work_struct

2024-06-21 Thread Lai Jiangshan
Hello On Fri, Jun 21, 2024 at 2:27 PM Yi Sun wrote: > index 4c38824f3ab4..d9969596bbc3 100644 > --- a/include/linux/workqueue_types.h > +++ b/include/linux/workqueue_types.h > @@ -17,6 +17,12 @@ struct work_struct { > atomic_long_t data; > struct list_head entry; > work_f