Skip to content

Commit 0f7d2a4

Browse files
ahrensbehlendorf
authored andcommitted
Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override
5693 ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override Reviewed by: George Wilson <george@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com> References: https://www.illumos.org/issues/5693 illumos/illumos-gate@7f7ace3 Ported-by: Chris Dunlop <chris@onthe.net.au> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #3231
1 parent b738bc5 commit 0f7d2a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

module/zfs/zio.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,8 +1043,6 @@ zio_write_bp_init(zio_t *zio)
10431043
zio->io_pipeline |= ZIO_STAGE_DDT_WRITE;
10441044
return (ZIO_PIPELINE_CONTINUE);
10451045
}
1046-
zio->io_bp_override = NULL;
1047-
BP_ZERO(bp);
10481046
}
10491047

10501048
if (!BP_IS_HOLE(bp) && bp->blk_birth == zio->io_txg) {

0 commit comments

Comments
 (0)