Page MenuHomeFreeBSD

stand: Move dev_cleanup into libsa
ClosedPublic

Authored by imp on Jan 10 2023, 12:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 16, 8:22 PM
Unknown Object (File)
Fri, Feb 7, 11:18 PM
Unknown Object (File)
Jan 23 2025, 7:14 PM
Unknown Object (File)
Jan 12 2025, 12:55 PM
Unknown Object (File)
Jan 10 2025, 8:40 AM
Unknown Object (File)
Jan 10 2025, 3:40 AM
Unknown Object (File)
Dec 18 2024, 7:28 PM
Unknown Object (File)
Dec 3 2024, 7:59 AM
Subscribers

Details

Summary

Since dev_cleanup() walks through all the devsw devices with dv_cleanup
rotuines, move it into libsa rather than having it in
'common'. Logically, it operates only on things that are in libsa, and
would never be different for different loaders: either people would call
it as is, or they'd do the loop themselves with 'special' things inline
between calls to cleanup (not that I think that will ever be needed
though).

Sponsored by: Netflix

Diff Detail

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