Merge branch 'fix-branch' into refs/top-bases/zfs-branch
This commit is contained in:
commit
11510b3513
|
@ -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