Page MenuHomeFreeBSD

lockmgr: don't touch the lock after unlock
ClosedPublic

Authored by mjg on Jan 24 2020, 1:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 8:14 PM
Unknown Object (File)
Fri, Jan 10, 8:09 PM
Unknown Object (File)
Dec 14 2024, 10:24 AM
Unknown Object (File)
Sep 26 2024, 8:19 PM
Unknown Object (File)
Sep 18 2024, 3:59 AM
Unknown Object (File)
Sep 8 2024, 11:31 PM
Unknown Object (File)
Sep 8 2024, 1:40 PM
Unknown Object (File)
Sep 8 2024, 9:14 AM
Subscribers

Details

Summary

This evens it up with other locking primitives.

Note lock profiling still touches the lock, which again is in line with the rest.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I am happy with this change but I have not followed all code paths to be sure none were left out.

This revision is now accepted and ready to land.Jan 24 2020, 1:53 AM
This revision was automatically updated to reflect the committed changes.