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
F149923352: D7420.id19068.diff
Sat, Mar 28, 3:39 AM
Unknown Object (File)
Wed, Mar 25, 6:18 AM
Unknown Object (File)
Thu, Mar 19, 3:01 AM
Unknown Object (File)
Wed, Mar 18, 4:22 PM
Unknown Object (File)
Sat, Mar 7, 4:47 AM
Unknown Object (File)
Sat, Feb 28, 11:24 PM
Unknown Object (File)
Sat, Feb 28, 8:52 PM
Unknown Object (File)
Feb 7 2026, 9:34 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.