]> git.proxmox.com Git - mirror_zfs.git/commit
Switch ztest mmap(2) ASSERTs to VERIFYs
authorRichard Yao <ryao@gentoo.org>
Thu, 26 Dec 2013 20:51:35 +0000 (15:51 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 12 Mar 2014 16:05:00 +0000 (09:05 -0700)
commit202619623022722f30c2ee49931a4fa6896421c7
treedb23ab303d3afbaca78be3d9614bfa17a9ea46ee
parent85802aa42bf8f878022ec73ddde6bf3702f67d01
Switch ztest mmap(2) ASSERTs to VERIFYs

This is just a small bit of cleanup to ensure ztest fails early
on systems where mmap(2) is not functioning.  For the automated
testing which is the primary consumer of ztest there is no
functional change because debugging is always enabled.

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2177
cmd/ztest/ztest.c