Merge commit 'refs/top-bases/linux-have-spl-debug' into linux-have-spl-debug
This commit is contained in:
commit
776aad11dd
|
@ -909,8 +909,9 @@ zio_taskq_member(zio_t *zio, enum zio_taskq_type q)
|
||||||
{
|
{
|
||||||
kthread_t *executor = zio->io_executor;
|
kthread_t *executor = zio->io_executor;
|
||||||
spa_t *spa = zio->io_spa;
|
spa_t *spa = zio->io_spa;
|
||||||
|
zio_type_t t;
|
||||||
|
|
||||||
for (zio_type_t t = 0; t < ZIO_TYPES; t++)
|
for (t = 0; t < ZIO_TYPES; t++)
|
||||||
if (taskq_member(spa->spa_zio_taskq[t][q], executor))
|
if (taskq_member(spa->spa_zio_taskq[t][q], executor))
|
||||||
return (B_TRUE);
|
return (B_TRUE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue