diff --git a/module/zfs/zio.c b/module/zfs/zio.c index 9ca53490e2c7..dcbbd8ac33cd 100644 --- a/module/zfs/zio.c +++ b/module/zfs/zio.c @@ -1833,6 +1833,7 @@ zio_delay_interrupt(zio_t *zio) if (NSEC_TO_TICK(diff) == 0) { /* Our delay is less than a jiffy - just spin */ zfs_sleep_until(zio->io_target_timestamp); + zio_interrupt(zio); } else { /* * Use taskq_dispatch_delay() in the place of