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, Apr 27, 8:30 AM
Unknown Object (File)
Mon, Apr 22, 4:34 PM
Unknown Object (File)
Mon, Apr 22, 1:53 PM
Unknown Object (File)
Dec 20 2023, 7:54 AM
Unknown Object (File)
Nov 14 2023, 10:36 AM
Unknown Object (File)
Nov 7 2023, 3:55 PM
Unknown Object (File)
Oct 20 2023, 12:17 PM
Unknown Object (File)
Oct 15 2023, 2:23 AM
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.