Page MenuHomeFreeBSD

stand: Move i386_devdesc to a union
ClosedPublic

Authored by imp on Jul 27 2022, 3:39 PM.
Tags
None
Referenced Files
F168248038: D35965.id108647.diff
Thu, Aug 27, 4:10 AM
F168238017: D35965.id.diff
Thu, Aug 27, 2:52 AM
F168208002: D35965.id108640.diff
Wed, Aug 26, 9:51 PM
F168207598: D35965.id108648.diff
Wed, Aug 26, 9:48 PM
F168206861: D35965.id108606.diff
Wed, Aug 26, 9:41 PM
F168206432: D35965.id109178.diff
Wed, Aug 26, 9:37 PM
Unknown Object (File)
Sun, Aug 23, 5:31 PM
Unknown Object (File)
Sun, Aug 23, 12:15 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.