mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix misport of compressed ZFS send/recv from 317414
Reported by: Michael Jung <mikej@mikej.com> Reviewed by: avg
This commit is contained in:
parent
2ca5d34d20
commit
ba13ab83f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue