Page MenuHomeFreeBSD

stand: Change disk_parsedev() API
ClosedPublic

Authored by imp on Nov 10 2022, 5:03 PM.
Tags
None
Referenced Files
F108452618: D37335.diff
Fri, Jan 24, 10:49 PM
Unknown Object (File)
Dec 12 2024, 6:18 PM
Unknown Object (File)
Nov 17 2024, 11:34 AM
Unknown Object (File)
Nov 17 2024, 11:30 AM
Unknown Object (File)
Nov 17 2024, 11:20 AM
Unknown Object (File)
Nov 17 2024, 2:04 AM
Unknown Object (File)
Nov 16 2024, 11:28 PM
Unknown Object (File)
Nov 16 2024, 8:16 AM
Subscribers

Details

Summary

Change the first argument to disk_parsedev() to be a pointer to a struct
devdesc *. This now gets filled in with a malloc'd structure that's
returned to the caller that the caller is repsonsible for freeing. Most
places in the tree passed in a malloc'd pointer anyway, and this moves
knowledge of disk_devdesc more firmly into the disk.[ch] code.

Sponsored by: Netflix

Diff Detail

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