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)
Fri, Nov 8, 4:43 AM
Unknown Object (File)
Tue, Oct 29, 3:27 PM
Unknown Object (File)
Thu, Oct 17, 2:02 PM
Unknown Object (File)
Thu, Oct 17, 2:02 PM
Unknown Object (File)
Thu, Oct 17, 2:01 PM
Unknown Object (File)
Thu, Oct 17, 1:37 PM
Unknown Object (File)
Sep 29 2024, 9:44 PM
Unknown Object (File)
Sep 28 2024, 12:48 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37205
Build 34094: arc lint + arc unit