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)
Thu, Oct 2, 5:11 AM
Unknown Object (File)
Tue, Sep 30, 11:19 PM
Unknown Object (File)
Tue, Sep 30, 5:51 PM
Unknown Object (File)
Tue, Sep 30, 2:07 PM
Unknown Object (File)
Tue, Sep 30, 11:11 AM
Unknown Object (File)
Mon, Sep 22, 8:51 AM
Unknown Object (File)
Aug 7 2025, 6:41 PM
Unknown Object (File)
Jun 30 2025, 7:56 PM
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.