> But previously, there were threads per device, so if one IO thread blocks,
That path calls the crypto worker thread, not the IO worker thread?
crypto worker should be fine here, only IO worker would be a problem
I think because crypto doesn't really block on nested IO.
-Andi
--