Page MenuHomeFreeBSD

osd: Constify signature of osd_register()
AcceptedPublic

Authored by olce on Oct 3 2024, 4:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 3:14 AM
Unknown Object (File)
Tue, Nov 5, 1:59 PM
Unknown Object (File)
Fri, Oct 25, 9:55 AM
Unknown Object (File)
Oct 15 2024, 12:01 PM
Unknown Object (File)
Oct 4 2024, 9:50 AM
Subscribers

Details

Reviewers
pjd
jamie
emaste
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59693
Build 56579: arc lint + arc unit