Skip to content

Commit

Permalink
Fix for metaslab_fastwrite_unmark() assert failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Caputi committed Jul 22, 2016
1 parent 0b04990 commit d2ad59f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/zfs/vdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ vdev_top_transfer(vdev_t *svd, vdev_t *tvd)

ASSERT(tvd == tvd->vdev_top);

tvd->vdev_pending_fastwrite = svd->vdev_pending_fastwrite;
tvd->vdev_ms_array = svd->vdev_ms_array;
tvd->vdev_ms_shift = svd->vdev_ms_shift;
tvd->vdev_ms_count = svd->vdev_ms_count;
Expand Down

0 comments on commit d2ad59f

Please sign in to comment.