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
This commit is contained in:
parent
20b3029086
commit
86a44dc3c9
@ -110,7 +110,6 @@ userdisk_cleanup(void)
|
||||
|
||||
if (userdisk_maxunit > 0)
|
||||
free(ud_info);
|
||||
disk_cleanup(&userboot_disk);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user