View | Details | Raw Unified | Return to bug 247445
Collapse All | Expand All

(-)b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c (-1 / +1 lines)
Lines 1789-1795 dsl_scan_visitbp(blkptr_t *bp, const zbookmark_phys_t *zb, Link Here
1789
	*bp_toread = *bp;
1789
	*bp_toread = *bp;
1790
1790
1791
	if (dsl_scan_recurse(scn, ds, ostype, dnp, bp_toread, zb, tx) != 0)
1791
	if (dsl_scan_recurse(scn, ds, ostype, dnp, bp_toread, zb, tx) != 0)
1792
		return;
1792
		goto out;
1793
1793
1794
	/*
1794
	/*
1795
	 * If dsl_scan_ddt() has already visited this block, it will have
1795
	 * If dsl_scan_ddt() has already visited this block, it will have

Return to bug 247445