Fix zfs-0.8.3 zfs_receive_raw test case

Fix the zfs_receive_raw test case for zfs-0.8.3 by including the
one-liner fix from loli10k described here:
https://github.com/zfsonlinux/zfs/pull/9776#issuecomment-570252679

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
Tony Hutter 2020-01-02 20:45:53 -08:00
parent 543b0c644a
commit 7eaaa6f32e

View File

@ -3518,6 +3518,7 @@ recv_skip(libzfs_handle_t *hdl, int fd, boolean_t byteswap)
P2ROUNDUP(drr->drr_u.drr_write_embedded.drr_psize, P2ROUNDUP(drr->drr_u.drr_write_embedded.drr_psize,
8), B_FALSE, NULL); 8), B_FALSE, NULL);
break; break;
case DRR_OBJECT_RANGE:
case DRR_WRITE_BYREF: case DRR_WRITE_BYREF:
case DRR_FREEOBJECTS: case DRR_FREEOBJECTS:
case DRR_FREE: case DRR_FREE: