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)
Sun, May 24, 5:32 PM
Unknown Object (File)
Fri, May 22, 8:35 PM
Unknown Object (File)
Thu, May 21, 11:32 AM
Unknown Object (File)
Tue, May 19, 9:13 AM
Unknown Object (File)
Sat, May 2, 10:59 PM
Unknown Object (File)
Apr 26 2026, 6:21 AM
Unknown Object (File)
Apr 23 2026, 7:21 PM
Unknown Object (File)
Apr 22 2026, 4:33 AM
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

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