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)
Sat, Sep 7, 4:27 PM
Unknown Object (File)
Mon, Sep 2, 3:43 PM
Unknown Object (File)
Aug 13 2024, 4:36 AM
Unknown Object (File)
Dec 23 2023, 6:36 AM
Unknown Object (File)
Nov 1 2023, 3:51 AM
Unknown Object (File)
Jul 31 2023, 8:07 AM
Unknown Object (File)
Jul 16 2023, 6:55 AM
Unknown Object (File)
Jun 27 2023, 9:09 AM
Subscribers
None

Details

Summary

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

Diff Detail

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

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.