Skip to content

Commit

Permalink
6319 assertion failed in zio_ddt_write: bp->blk_birth == txg
Browse files Browse the repository at this point in the history
Reviewed by: George Wilson <george.wilson@delphix.com>
Approved by: Dan McDonald <danmcd@omniti.com>
  • Loading branch information
ahrens committed Oct 22, 2015
1 parent bc09504 commit b39b744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/src/uts/common/fs/zfs/zio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,8 @@ 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 b39b744

Please sign in to comment.