Merge commit 'refs/top-bases/fix-branch' into fix-branch

This commit is contained in:
Brian Behlendorf 2010-08-12 15:53:50 -07:00
commit ef3c90de33
1 changed files with 1 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@ zio_taskq_dispatch(zio_t *zio, enum zio_taskq_type q, boolean_t cutinline)
ASSERT3U(q, <, ZIO_TASKQ_TYPES);
while (taskq_dispatch(spa->spa_zio_taskq[t][q],
(task_func_t *)__zio_execute, zio, flags) == 0); /* do nothing */
(task_func_t *)zio_execute, zio, flags) == 0); /* do nothing */
}
static boolean_t