Page MenuHomeFreeBSD

Use proper pointer type when initialising and uninitialising mutexes.
Needs ReviewPublic

Authored by hselasky on Jun 7 2023, 1:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 24 2024, 10:01 PM
Unknown Object (File)
Sep 24 2024, 10:01 PM
Unknown Object (File)
Sep 24 2024, 9:48 PM
Unknown Object (File)
Sep 21 2024, 4:34 AM
Unknown Object (File)
Sep 18 2024, 9:26 AM
Unknown Object (File)
Sep 12 2024, 6:39 PM
Unknown Object (File)
Aug 27 2024, 3:14 PM
Unknown Object (File)
Jul 30 2024, 7:49 PM
Subscribers

Details

Reviewers
markj
mjg
Summary

And constify the structure holding the arguments for setting up the lock
while at it.

No functional change intended.

MFC after: 1 week
Sponsored by: NVIDIA Networking

Test Plan

Depends on D40450 .

Will be split into one patch per lock type before commit.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

What do you think about this change?

It is strictly not needed, but could save some .data space, given the args can be moved to .text or read-only data.