Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
This commit is contained in:
commit
a766da22ac
|
@ -959,7 +959,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