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)
Mon, Apr 8, 7:27 PM
Unknown Object (File)
Mar 7 2024, 11:44 PM
Unknown Object (File)
Dec 22 2023, 11:16 PM
Unknown Object (File)
Nov 7 2023, 7:28 PM
Unknown Object (File)
Nov 7 2023, 12:57 PM
Unknown Object (File)
Nov 4 2023, 2:46 AM
Unknown Object (File)
Oct 6 2023, 6:25 PM
Unknown Object (File)
Oct 6 2023, 11:49 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.