mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Prefer VERIFY0(n) over VERIFY(n == 0)
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Signed-off-by: Rob Norris <robn@despairlabs.com> Sponsored-by: https://despairlabs.com/sponsor/ Closes #17591
This commit is contained in:
committed by
Brian Behlendorf
parent
2564308cb2
commit
c39e076f23
@@ -3363,7 +3363,7 @@ vdev_raidz_io_done_reconstruct_known_missing(zio_t *zio, raidz_map_t *rm,
|
||||
* also have been fewer parity errors than parity
|
||||
* columns or, again, we wouldn't be in this code path.
|
||||
*/
|
||||
ASSERT(parity_untried == 0);
|
||||
ASSERT0(parity_untried);
|
||||
ASSERT(parity_errors < rr->rr_firstdatacol);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user