mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-11 00:16:39 +03:00
5cc556b447
The zio_taskq_dispatch() function may be called at interrupt time and it is critical that we never sleep. Additionally, wrap taskq_dispatch() in a while loop because it may fail. This is non optimal but is OK for now. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>