Page MenuHomeFreeBSD

stand: Move i386_devdesc to a union
ClosedPublic

Authored by imp on Jul 27 2022, 3:39 PM.
Tags
None
Referenced Files
F124978733: D35965.id108647.diff
Sat, Aug 2, 12:29 AM
Unknown Object (File)
Wed, Jul 30, 8:10 AM
Unknown Object (File)
Fri, Jul 25, 4:39 PM
Unknown Object (File)
Sat, Jul 12, 5:32 PM
Unknown Object (File)
Jun 29 2025, 2:09 PM
Unknown Object (File)
Jun 29 2025, 2:15 AM
Unknown Object (File)
Jun 27 2025, 3:23 PM
Unknown Object (File)
Jun 26 2025, 3:34 PM
Subscribers

Details

Summary

Rather than have the magic, hand-crafted fields that have to align with
fields in other structures at the end of i386_devdesc, make it into
anonymous union and adjust the code accordingly. This is safer and
similar to what CAM does.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Jul 27 2022, 3:39 PM

I like it... I'm not really a fan of the naming, but I can't exactly come up with a better suggestion so take that for the very little that it's worth.

This revision is now accepted and ready to land.Jul 27 2022, 5:50 PM

Let's try 'disk' instead of ddd and 'zfs' instad of zdd.

This revision now requires review to proceed.Jul 28 2022, 2:38 PM

That seems intuitive enough, thanks! :-)

This revision is now accepted and ready to land.Jul 28 2022, 3:18 PM
This revision now requires review to proceed.Jul 28 2022, 4:52 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 11 2022, 4:27 PM
This revision was automatically updated to reflect the committed changes.