mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Prefer VERIFY0(n) over VERIFY3S(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
5c7df3bcac
commit
611b95da18
+1
-1
@@ -8978,7 +8978,7 @@ main(int argc, char **argv)
|
||||
exit(EXIT_FAILURE);
|
||||
} else {
|
||||
/* children should not be spawned if setting gvars fails */
|
||||
VERIFY3S(err, ==, 0);
|
||||
VERIFY0(err);
|
||||
}
|
||||
|
||||
/* Override location of zpool.cache */
|
||||
|
||||
Reference in New Issue
Block a user