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
F103221745: D11946.id31844.diff
Fri, Nov 22, 9:15 AM
Unknown Object (File)
Wed, Nov 20, 5:56 PM
Unknown Object (File)
Oct 1 2024, 5:44 AM
Unknown Object (File)
Sep 27 2024, 12:52 PM
Unknown Object (File)
Sep 21 2024, 8:59 AM
Unknown Object (File)
Sep 17 2024, 6:21 PM
Unknown Object (File)
Sep 8 2024, 8:38 PM
Unknown Object (File)
Sep 8 2024, 12:17 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.