HomeFreeBSD

m_uiotombuf_nomap(): Stop clearing PG_ZERO in newly allocated pages

Description

m_uiotombuf_nomap(): Stop clearing PG_ZERO in newly allocated pages

The caller should not be passing M_ZERO in the first place, so PG_ZERO
will not be preserved by the page allocator and clearing it accomplishes
nothing.

Reviewed by: gallatin, jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D28808

(cherry picked from commit 608c44f96e88f28f9607374a6c9327d13d3d3d0e)

Details

Provenance
markjAuthored on Feb 22 2021, 3:03 PM
Reviewer
gallatin
Differential Revision
D28808: m_uiotombuf_nomap(): Stop clearing PG_ZERO
Parents
rGba0d063cd6a5: uma: Update the comment above startup_alloc() to reflect reality
Branches
Unknown
Tags
Unknown