Skip to content

Commit

Permalink
Fix for metaslab_fastwrite_unmark() assert failure
Browse files Browse the repository at this point in the history
TEST_ZTEST_TIMEOUT=7200
  • Loading branch information
Tom Caputi committed Jul 23, 2016
1 parent f4bc1bb commit 181f22b
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 181f22b

Please sign in to comment.