Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159353409
D9458.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
559 B
Referenced Files
None
Subscribers
None
D9458.diff
View Options
Index: head/sys/boot/efi/loader/main.c
===================================================================
--- head/sys/boot/efi/loader/main.c
+++ head/sys/boot/efi/loader/main.c
@@ -185,6 +185,7 @@
int unit;
uint64_t extra;
+#ifdef EFI_ZFS_BOOT
/* Did efi_zfs_probe() detect the boot pool? */
if (pool_guid != 0) {
struct zfs_devdesc currdev;
@@ -203,6 +204,7 @@
env_nounset);
return (0);
}
+#endif /* EFI_ZFS_BOOT */
/* We have device lists for hd, cd, fd, walk them all. */
pdi_list = efiblk_get_pdinfo_list(&efipart_hddev);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 14, 5:00 AM (19 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33942175
Default Alt Text
D9458.diff (559 B)
Attached To
Mode
D9458: loader: 313329 missed ZFS guard in loader/main.c
Attached
Detach File
Event Timeline
Log In to Comment