Page MenuHomeFreeBSD

crypto: Cleanup mtx_init() calls.
ClosedPublic

Authored by jhb on Oct 29 2021, 9:08 PM.
Tags
None
Referenced Files
F102029660: D32740.diff
Wed, Nov 6, 5:29 PM
Unknown Object (File)
Thu, Oct 24, 6:50 PM
Unknown Object (File)
Sun, Oct 20, 8:52 AM
Unknown Object (File)
Sat, Oct 12, 1:05 AM
Unknown Object (File)
Oct 6 2024, 1:42 PM
Unknown Object (File)
Sep 23 2024, 12:38 AM
Unknown Object (File)
Sep 20 2024, 11:14 AM
Unknown Object (File)
Sep 20 2024, 11:14 AM
Subscribers

Details

Summary

Don't pass the same name to multiple mutexes while using unique types
for WITNESS. Just use the unique types as the mutex names.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable