dm verity: remove WQ_CPU_INTENSIVE flag since using WQ_UNBOUND
authorMike Snitzer <snitzer@kernel.org>
Thu, 4 Aug 2022 18:53:07 +0000 (14:53 -0400)
committerMike Snitzer <snitzer@kernel.org>
Thu, 4 Aug 2022 18:53:07 +0000 (14:53 -0400)
commit43fa47cb116daa48f731fa5c00d781200addb2ae
tree373e09fb562d1a17710067e0ade6858feabf818e
parente9307e3deb52603c4f742624fa4799c7996422d8
dm verity: remove WQ_CPU_INTENSIVE flag since using WQ_UNBOUND

The documentation [1] says that WQ_CPU_INTENSIVE is "meaningless" for
unbound wq. So remove WQ_CPU_INTENSIVE from the verify_wq allocation.

1. https://www.kernel.org/doc/html/latest/core-api/workqueue.html#flags

Suggested-by: Maksym Planeta <mplaneta@os.inf.tu-dresden.de>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-verity-target.c