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)
Tue, Apr 28, 12:35 AM
Unknown Object (File)
Mon, Apr 27, 8:08 PM
Unknown Object (File)
Mon, Apr 27, 11:57 AM
Unknown Object (File)
Sun, Apr 26, 11:04 PM
Unknown Object (File)
Sat, Apr 25, 3:30 PM
Unknown Object (File)
Sun, Apr 19, 7:41 AM
Unknown Object (File)
Sat, Apr 18, 9:26 AM
Unknown Object (File)
Thu, Apr 16, 8:38 PM
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.