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)
Sun, May 18, 10:15 AM
Unknown Object (File)
Mon, May 12, 10:33 PM
Unknown Object (File)
Fri, May 9, 7:34 AM
Unknown Object (File)
Apr 25 2025, 4:29 PM
Unknown Object (File)
Apr 11 2025, 8:48 PM
Unknown Object (File)
Apr 1 2025, 7:04 AM
Unknown Object (File)
Feb 22 2025, 5:44 PM
Unknown Object (File)
Feb 20 2025, 4:47 PM
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