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, Jan 16, 9:17 PM
Unknown Object (File)
Dec 19 2024, 3:25 PM
Unknown Object (File)
Dec 9 2024, 2:00 PM
Unknown Object (File)
Dec 8 2024, 4:13 PM
Unknown Object (File)
Dec 5 2024, 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
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