diff --git a/module/zfs/zio.c b/module/zfs/zio.c index 26c4989794..332d50c696 100644 --- a/module/zfs/zio.c +++ b/module/zfs/zio.c @@ -1342,7 +1342,6 @@ __zio_execute(zio_t *zio) return; } -#ifdef _KERNEL /* * If we executing in the context of the tx_sync_thread, * or we are performing pool initialization outside of a @@ -1357,7 +1356,6 @@ __zio_execute(zio_t *zio) zio_taskq_dispatch(zio, ZIO_TASKQ_ISSUE, cut); return; } -#endif zio->io_stage = stage; rv = zio_pipeline[highbit(stage) - 1](zio);