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)
Wed, Aug 19, 4:06 PM
Unknown Object (File)
Wed, Aug 19, 3:56 PM
Unknown Object (File)
Wed, Aug 19, 1:44 PM
Unknown Object (File)
Wed, Aug 19, 1:21 PM
Unknown Object (File)
Tue, Aug 18, 8:43 PM
Unknown Object (File)
Tue, Aug 18, 8:00 PM
Unknown Object (File)
Tue, Aug 18, 2:35 PM
Unknown Object (File)
Mon, Aug 17, 4:15 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.