Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166603526
D16292.id45387.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
D16292.id45387.diff
View Options
Index: head/stand/i386/zfsboot/zfsboot.c
===================================================================
--- head/stand/i386/zfsboot/zfsboot.c
+++ head/stand/i386/zfsboot/zfsboot.c
@@ -708,7 +708,9 @@
setheap(heap_next, heap_end);
zdsk = malloc(sizeof(struct zfsdsk));
+#ifdef LOADER_GELI_SUPPORT
zdsk->gdev = NULL;
+#endif
zdsk->dsk.drive = *(uint8_t *)PTOV(ARGS);
zdsk->dsk.type = zdsk->dsk.drive & DRV_HARD ? TYPE_AD : TYPE_FD;
zdsk->dsk.unit = zdsk->dsk.drive & DRV_MASK;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 15, 8:11 PM (59 m, 2 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36767432
Default Alt Text
D16292.id45387.diff (512 B)
Attached To
Mode
D16292: zfsboot: fix build with WITHOUT_LOADER_GELI
Attached
Detach File
Event Timeline
Log In to Comment