Page MenuHomeFreeBSD

Remove lockmgr_waiters(9) and BUF_LOCKWAITERS(9)
ClosedPublic

Authored by trasz on Aug 5 2016, 5:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 24 2024, 2:08 PM
Unknown Object (File)
Sep 22 2024, 12:12 AM
Unknown Object (File)
Sep 21 2024, 3:57 AM
Unknown Object (File)
Sep 19 2024, 8:12 AM
Unknown Object (File)
Sep 19 2024, 1:15 AM
Unknown Object (File)
Sep 18 2024, 3:31 PM
Unknown Object (File)
Sep 17 2024, 9:11 PM
Unknown Object (File)
Sep 7 2024, 4:27 PM
Subscribers
None

Details

Summary

Remove lockmgr_waiters(9) and BUF_LOCKWAITERS(9); they were not used for anything.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

trasz retitled this revision from to Remove lockmgr_waiters(9) and BUF_LOCKWAITERS(9).
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)
trasz added a reviewer: kib.
kib edited edge metadata.

Yes, we apparently reach the point where all BUF_LOCK()s use either LK_NOWAIT or LK_SLEEPFAIL.

This revision is now accepted and ready to land.Aug 5 2016, 7:38 AM
This revision was automatically updated to reflect the committed changes.