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)
Mon, Aug 10, 6:51 PM
Unknown Object (File)
Sat, Aug 8, 9:30 PM
Unknown Object (File)
Sat, Aug 8, 7:52 PM
Unknown Object (File)
Sat, Aug 8, 5:45 PM
Unknown Object (File)
Fri, Aug 7, 6:56 AM
Unknown Object (File)
Thu, Aug 6, 12:44 AM
Unknown Object (File)
Wed, Jul 22, 3:15 PM
Unknown Object (File)
Wed, Jul 22, 3:12 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable