Page MenuHomeFreeBSD

Remove manual wire_count adjustments.
ClosedPublic

Authored by markj on Aug 19 2019, 4:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 5, 11:02 PM
Unknown Object (File)
Fri, Jul 24, 7:22 PM
Unknown Object (File)
Tue, Jul 21, 5:03 AM
Unknown Object (File)
Sat, Jul 18, 2:38 PM
Unknown Object (File)
Thu, Jul 9, 12:14 PM
Unknown Object (File)
Jul 7 2026, 3:58 AM
Unknown Object (File)
Jul 6 2026, 5:11 AM
Unknown Object (File)
Jul 3 2026, 12:36 PM
Subscribers

Details

Summary

Also use vm_page_free() instead of vm_page_free_toq(). This should have
no effect, since the pages freed here were allocated without
VM_ALLOC_ZERO and thus do not have PG_ZERO set. However, if that were
to change, we would potentially be telling the VM that the page is
zero-filled when nothing ensures that that's the case.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25959
Build 24517: arc lint + arc unit