Fix misport of compressed ZFS send/recv from 317414

Reported by:	Michael Jung <mikej@mikej.com>
Reviewed by:	avg
This commit is contained in:
Josh Paetzel 2017-05-01 12:56:12 +00:00
parent 2ca5d34d20
commit ba13ab83f2

View file

@ -962,7 +962,7 @@ zio_free_sync(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp,
flags |= ZIO_FLAG_DONT_QUEUE;
zio = zio_create(pio, spa, txg, bp, NULL, size,
BP_GET_PSIZE(bp), NULL, NULL, ZIO_TYPE_FREE, ZIO_PRIORITY_NOW,
size, NULL, NULL, ZIO_TYPE_FREE, ZIO_PRIORITY_NOW,
flags, NULL, 0, NULL, ZIO_STAGE_OPEN, stage);
return (zio);