]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: zfs_alloc and zfs_free should use panic
authortsoome <tsoome@FreeBSD.org>
Wed, 29 May 2019 07:24:10 +0000 (07:24 +0000)
committertsoome <tsoome@FreeBSD.org>
Wed, 29 May 2019 07:24:10 +0000 (07:24 +0000)
commit07b49cf794b1710cdaf5e869ddce63c12b621afc
treed64f3b7d5dd90ad7a6efd9a98d557a4b5b55130d
parent3c1186c5c765e1bbf79c3858a2079a6acc3385ef
loader: zfs_alloc and zfs_free should use panic

The zfs alloc and free code print out the error and get stuck in infinite loop; use panic() instead.
stand/libsa/zfs/zfsimpl.c