svn commit: r315645 - head/sys/boot/userboot/userboot
Toomas Soome
tsoome at FreeBSD.org
Mon Mar 20 18:03:41 UTC 2017
Author: tsoome
Date: Mon Mar 20 18:03:40 2017
New Revision: 315645
URL: https://svnweb.freebsd.org/changeset/base/315645
Log:
loader: disk_cleanup was left in userboot_disk.c
In r315408, disk_cleanup was removed, which is called at
sys/boot/userboot/userboot/userboot_disk.c:113.
This causes bhyveload to fail.
PR: 217935
Reported by: Fabian Freyer
Reviewed by: allanjude
Approved by: allanjude (mentor)
Differential Revision: https://reviews.freebsd.org/D10060
Modified:
head/sys/boot/userboot/userboot/userboot_disk.c
Modified: head/sys/boot/userboot/userboot/userboot_disk.c
==============================================================================
--- head/sys/boot/userboot/userboot/userboot_disk.c Mon Mar 20 17:57:24 2017 (r315644)
+++ head/sys/boot/userboot/userboot/userboot_disk.c Mon Mar 20 18:03:40 2017 (r315645)
@@ -110,7 +110,6 @@ userdisk_cleanup(void)
if (userdisk_maxunit > 0)
free(ud_info);
- disk_cleanup(&userboot_disk);
}
/*
More information about the svn-src-head
mailing list