Fix build after r337196 mismerge.

This commit is contained in:
Alexander Motin 2018-08-02 23:40:28 +00:00
parent fc5b6d13a6
commit 7420e614fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337201

View File

@ -3552,7 +3552,7 @@ dsl_scan_scrub_cb(dsl_pool_t *dp,
int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL;
int d;
count_block(dp->dp_blkstats, bp);
count_block(scn, dp->dp_blkstats, bp);
if (phys_birth <= scn->scn_phys.scn_min_txg ||
phys_birth >= scn->scn_phys.scn_max_txg)