Page MenuHomeFreeBSD

osd: Constify signature of osd_register()
ClosedPublic

Authored by olce on Oct 3 2024, 4:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 3:25 PM
Unknown Object (File)
Mon, Dec 9, 2:00 PM
Unknown Object (File)
Sun, Dec 8, 4:13 PM
Unknown Object (File)
Thu, Dec 5, 11:08 AM
Unknown Object (File)
Nov 20 2024, 8:31 PM
Unknown Object (File)
Nov 20 2024, 4:00 PM
Unknown Object (File)
Nov 17 2024, 4:01 PM
Unknown Object (File)
Nov 13 2024, 3:14 AM
Subscribers

Details

Summary

This makes it clear that 'methods' (if not NULL) points to an array that
won't be modified. Internally, this array is indeed copied into the
given OSD type's larger array of all methods for all slots.

Diff Detail

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