X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fzio.c;fp=module%2Fzfs%2Fzio.c;h=dab417c206ba2c95f938634a4e0f91a4ee5cbd42;hb=4cec9b2dc79c8132ef9093921a0c14529cde775f;hp=638105a098dfd52b64a4d118a4cc80bb5ebbdb06;hpb=c1cdd9900b7b676fd1d1952125a5acd3435db5d7;p=zfs.git diff --git a/module/zfs/zio.c b/module/zfs/zio.c index 638105a..dab417c 100644 --- a/module/zfs/zio.c +++ b/module/zfs/zio.c @@ -1281,6 +1281,7 @@ __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 @@ -1293,6 +1294,7 @@ __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);