Page MenuHomeFreeBSD

m_uiotombuf_nomap(): Stop clearing PG_ZERO
ClosedPublic

Authored by markj on Feb 19 2021, 8:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 11, 8:17 PM
Unknown Object (File)
Sep 6 2025, 1:54 AM
Unknown Object (File)
Sep 4 2025, 7:43 PM
Unknown Object (File)
Sep 3 2025, 1:40 AM
Unknown Object (File)
Sep 2 2025, 8:22 PM
Unknown Object (File)
Aug 18 2025, 6:27 AM
Unknown Object (File)
Aug 15 2025, 12:37 AM
Unknown Object (File)
Aug 4 2025, 1:33 AM
Subscribers

Details

Summary

It should not be necessary. vm_page_free() handles this for us. Also
ensure that M_ZERO is not specified, since that would be translated to
vm_page_alloc(VM_ALLOC_ZERO), and with a WIP patch applied that will
cause the pages to be zeroed needlessly.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable