diff options
author | Matthew Ahrens <[email protected]> | 2015-03-27 17:11:50 +1100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-27 15:02:56 -0700 |
commit | 0f7d2a4b3d2d7fc0975a7ef53bd3c4700d47c51b (patch) | |
tree | e41ea369bfc32b3a8ccac889c022015283386912 /module/zfs/zio.c | |
parent | b738bc5a0f8ccd0281ed06831c34fbe31d2b2138 (diff) |
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 <[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
https://github.com/illumos/illumos-gate/commit/7f7ace3
Ported-by: Chris Dunlop <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3231
Diffstat (limited to 'module/zfs/zio.c')
-rw-r--r-- | module/zfs/zio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/zfs/zio.c b/module/zfs/zio.c index ad0064443..066f04f18 100644 --- a/module/zfs/zio.c +++ b/module/zfs/zio.c @@ -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) { |