Skip to content

Commit

Permalink
Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup …
Browse files Browse the repository at this point in the history
…and bp_override

5693 ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override
Reviewed by: George Wilson <[email protected]>
Reviewed by: Christopher Siden <[email protected]>
Reviewed by: Bayard Bell <[email protected]>
Approved by: Dan McDonald <[email protected]>

References:
  https://www.illumos.org/issues/5693
  illumos/illumos-gate@7f7ace3

Ported-by: Chris Dunlop <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#3231
  • Loading branch information
ahrens authored and behlendorf committed Mar 27, 2015
1 parent b738bc5 commit 0f7d2a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/zfs/zio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,6 @@ zio_write_bp_init(zio_t *zio)
zio->io_pipeline |= ZIO_STAGE_DDT_WRITE;
return (ZIO_PIPELINE_CONTINUE);
}
zio->io_bp_override = NULL;
BP_ZERO(bp);
}

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

0 comments on commit 0f7d2a4

Please sign in to comment.