Page MenuHomeFreeBSD

Make vm_page_sunbusy() assert that the page is not locked
ClosedPublic

Authored by markj on Aug 10 2017, 1:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 3:10 PM
Unknown Object (File)
Sat, Aug 29, 12:37 AM
Unknown Object (File)
Fri, Aug 28, 12:15 AM
Unknown Object (File)
Aug 12 2026, 11:50 AM
Unknown Object (File)
Aug 12 2026, 11:20 AM
Unknown Object (File)
Aug 7 2026, 1:48 AM
Unknown Object (File)
Aug 6 2026, 9:18 AM
Unknown Object (File)
Aug 5 2026, 4:47 AM
Subscribers
None

Details

Summary

In the slow path we'll acquire the page lock, but this path is executed
infrequently, so the assertion helps catch programming errors.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Aug 10 2017, 8:45 AM
This revision was automatically updated to reflect the committed changes.