Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154005143
D9458.id24793.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.id24793.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, Apr 26, 9:51 AM (14 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32179258
Default Alt Text
D9458.id24793.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