Re: [bvanassche:block-for-next] [sbitmap] e992c326a3: BUG:workqueue_lockup-pool

From: Bart Van Assche
Date: Wed Jul 24 2024 - 10:52:36 EST


On 7/24/24 2:29 AM, YangYang wrote:
The patch in above branch is different from:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git/commit/?h=for-next&id=72d04bdcf3f7d7e07d82f9757946f68802a7270a

return (READ_ONCE(map->word) & word_mask) == word_mask;
should be
return (READ_ONCE(map->word) & word_mask) != word_mask;

Hi Yang,

Thanks for having taken a look. That branch should not have been
published so I deleted it.

Thanks,

Bart.