Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
This commit is contained in:
commit
0fee5e7ac8
|
@ -1073,8 +1073,9 @@ zio_taskq_dispatch(zio_t *zio, enum zio_taskq_type q, boolean_t cutinline)
|
||||||
q++;
|
q++;
|
||||||
|
|
||||||
ASSERT3U(q, <, ZIO_TASKQ_TYPES);
|
ASSERT3U(q, <, ZIO_TASKQ_TYPES);
|
||||||
(void) taskq_dispatch(spa->spa_zio_taskq[t][q],
|
|
||||||
(task_func_t *)zio_execute, zio, flags);
|
while (taskq_dispatch(spa->spa_zio_taskq[t][q],
|
||||||
|
(task_func_t *)zio_execute, zio, flags) == 0); /* do nothing */
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean_t
|
static boolean_t
|
||||||
|
|
Loading…
Reference in New Issue