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 28, 9:49 AM
Unknown Object (File)
Tue, Apr 28, 3:38 AM
Unknown Object (File)
Mon, Apr 27, 11:10 PM
Unknown Object (File)
Mon, Apr 27, 9:10 PM
Unknown Object (File)
Sun, Apr 26, 9:34 PM
Unknown Object (File)
Wed, Apr 22, 4:38 PM
Unknown Object (File)
Mar 26 2026, 12:33 PM
Unknown Object (File)
Mar 20 2026, 10:27 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37205
Build 34094: arc lint + arc unit