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)
Tue, Apr 1, 7:04 AM
Unknown Object (File)
Feb 22 2025, 5:44 PM
Unknown Object (File)
Feb 20 2025, 4:47 PM
Unknown Object (File)
Jan 24 2025, 4:40 PM
Unknown Object (File)
Jan 9 2025, 8:12 AM
Unknown Object (File)
Dec 11 2024, 1:51 PM
Unknown Object (File)
Nov 14 2024, 10:23 PM
Unknown Object (File)
Nov 8 2024, 4:43 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