Re: [PATCH 00/53] Let create*_workqueue() accept a printf-style format string
From: Tejun Heo
Date: Mon Jul 01 2024 - 16:17:17 EST
Hello, Bart.
On Mon, Jul 01, 2024 at 01:13:57PM -0700, Bart Van Assche wrote:
> The create*_workqueue() macros are used about 270 times in the Linux
> kernel (the macro names also occur in some comments):
>
> $ git grep -nHEw
> 'create_workqueue|create_freezable_workqueue|create_singlethread_workqueue'
> | grep -Ev 'Documentation/|include/linux/workqueue' | wc -l
> 271
>
> That's too much for a single patch series. I can start with converting
> the SCSI workqueue creation code.
Yeah, it's been on the to-do list for a long time. Starting with SCSI sounds
great.
Thank you.
--
tejun