Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145995615
D35918.id108514.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
496 B
Referenced Files
None
Subscribers
None
D35918.id108514.diff
View Options
Index: stand/libsa/geli/gelidev.c
===================================================================
--- stand/libsa/geli/gelidev.c
+++ stand/libsa/geli/gelidev.c
@@ -306,7 +306,7 @@
hlastblk = (hmediasize / DEV_BSIZE) - 1;
/* Taste the host provider. If it's not geli-encrypted just return. */
- gdev = geli_taste(diskdev_read, hdesc, hlastblk, disk_fmtdev(hdesc));
+ gdev = geli_taste(diskdev_read, hdesc, hlastblk, devformat((struct devdesc *)hdesc));
if (gdev == NULL)
return;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 8:48 PM (2 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29041577
Default Alt Text
D35918.id108514.diff (496 B)
Attached To
Mode
D35918: stand: In geli, use devformat instead of disk_fmtdev
Attached
Detach File
Event Timeline
Log In to Comment