HomeFreeBSD

Removing ZERO_PAGE abd_alloc_zero_scatter

Description

Removing ZERO_PAGE abd_alloc_zero_scatter

For MIPS architectures on Linux the ZERO_PAGE macro references
empty_zero_page, which is exported as a GPL symbol. The call to
ZERO_PAGE in abd_alloc_zero_scatter has been removed and a single
zero'd page is now allocated for each of the pages in abd_zero_scatter
in the kernel ABD code path.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Brian Atkinson <batkinson@lanl.gov>
Closes #10428

Details

Provenance
Brian Atkinson <batkinson@lanl.gov>Authored on Jun 11 2020, 12:54 AM
GitHub <noreply@github.com>Committed on Jun 11 2020, 12:54 AM
Parents
rG059f7c20e3d4: man.8: Add bookmark to list of types
Branches
Unknown
Tags
Unknown