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)
Feb 11 2024, 8:55 PM
Unknown Object (File)
Dec 23 2023, 7:53 PM
Unknown Object (File)
Dec 22 2023, 11:54 PM
Unknown Object (File)
Dec 11 2023, 4:44 AM
Unknown Object (File)
Oct 3 2023, 11:40 PM
Unknown Object (File)
Sep 26 2023, 2:12 AM
Unknown Object (File)
Sep 21 2023, 3:16 PM
Unknown Object (File)
Sep 7 2023, 3:52 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