Skip to content

Commit

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

Reviewed by: George Wilson <[email protected]>
Reviewed by: Christopher Siden <[email protected]>
Reviewed by: Bayard Bell <[email protected]>
Approved by: Dan McDonald <[email protected]>
  • Loading branch information
ahrens authored and Christopher Siden committed Mar 24, 2015
1 parent 421ff02 commit 7f7ace3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions usr/src/uts/common/fs/zfs/zio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1128,8 +1128,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 7f7ace3

Please sign in to comment.