zfs/module/os
Brian Atkinson e08b993396
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
2020-06-10 17:54:11 -07:00
..
freebsd Fixup "Avoid the GEOM topology lock recursion when autoexpanding a pool" 2020-06-10 11:05:15 -07:00
linux Removing ZERO_PAGE abd_alloc_zero_scatter 2020-06-10 17:54:11 -07:00