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)
Sat, Nov 23, 1:18 PM
Unknown Object (File)
Mon, Nov 18, 6:44 PM
Unknown Object (File)
Mon, Nov 18, 9:41 AM
Unknown Object (File)
Mon, Nov 18, 9:26 AM
Unknown Object (File)
Mon, Nov 18, 8:47 AM
Unknown Object (File)
Fri, Nov 15, 1:09 AM
Unknown Object (File)
Sep 24 2024, 10:01 PM
Unknown Object (File)
Sep 24 2024, 10:01 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.