diff options
Diffstat (limited to 'module/zfs/zio.c')
-rw-r--r-- | module/zfs/zio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/zio.c b/module/zfs/zio.c index 0dd63322f..7bb3c0825 100644 --- a/module/zfs/zio.c +++ b/module/zfs/zio.c @@ -1834,6 +1834,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 |