[Midnightbsd-cvs] [MidnightBSD/src] f65e12: MFZoL: Fix 2 small bugs with cached dsl_scan_phys_t
Lucas Holt
noreply at github.com
Sun Nov 15 02:05:09 EST 2020
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: f65e1270b6953295e3c33d51051cb59e215f30ac
https://github.com/MidnightBSD/src/commit/f65e1270b6953295e3c33d51051cb59e215f30ac
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-15 (Sun, 15 Nov 2020)
Changed paths:
M sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c
Log Message:
-----------
MFZoL: Fix 2 small bugs with cached dsl_scan_phys_t
This patch corrects 2 small bugs where scn->scn_phys_cached was
not properly updated to match the primary copy when it needed to
be. The first resulted in the pause state not being properly
updated and the second resulted in the cached version being
completely zeroed even if the primary was not.
More information about the Midnightbsd-cvs
mailing list