Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
This commit is contained in:
commit
c2c3358a6f
|
@ -957,7 +957,7 @@ zio_taskq_dispatch(zio_t *zio, enum zio_taskq_type q)
|
||||||
t = ZIO_TYPE_NULL;
|
t = ZIO_TYPE_NULL;
|
||||||
|
|
||||||
(void) taskq_dispatch(zio->io_spa->spa_zio_taskq[t][q],
|
(void) taskq_dispatch(zio->io_spa->spa_zio_taskq[t][q],
|
||||||
(task_func_t *)zio_execute, zio, TQ_NOSLEEP);
|
(task_func_t *)zio_execute, zio, TQ_SLEEP);
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean_t
|
static boolean_t
|
||||||
|
|
Loading…
Reference in New Issue