Page MenuHomeFreeBSD

m_uiotombuf_nomap(): Stop clearing PG_ZERO
ClosedPublic

Authored by markj on Feb 19 2021, 8:20 PM.
Tags
None
Referenced Files
F161799443: D28808.diff
Mon, Jul 6, 11:27 PM
Unknown Object (File)
Mon, Jul 6, 12:43 AM
Unknown Object (File)
Fri, Jul 3, 4:11 AM
Unknown Object (File)
Fri, Jul 3, 2:54 AM
Unknown Object (File)
Thu, Jul 2, 2:06 AM
Unknown Object (File)
Fri, Jun 26, 2:12 AM
Unknown Object (File)
Thu, Jun 25, 5:27 AM
Unknown Object (File)
Wed, Jun 24, 10: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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37205
Build 34094: arc lint + arc unit