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)
Dec 20 2023, 8:41 AM
Unknown Object (File)
Aug 27 2023, 8:05 AM
Unknown Object (File)
Nov 29 2022, 2:29 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.