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, Sep 21, 2:28 AM
Unknown Object (File)
Jun 14 2025, 4:19 PM
Unknown Object (File)
Jun 14 2025, 1:30 AM
Unknown Object (File)
Jun 13 2025, 10:54 AM
Unknown Object (File)
Jun 12 2025, 10:56 AM
Unknown Object (File)
Jun 6 2025, 8:55 AM
Unknown Object (File)
Jan 25 2025, 2:18 PM
Unknown Object (File)
Jan 12 2025, 1:26 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

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