Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filesystem-dax: Fix use of zero page
Use my_zero_pfn instead of ZERO_PAGE(), and pass the vaddr to it instead of zero so it works on MIPS and s390 who reference the vaddr to select a zero page. Cc: <[email protected]> Fixes: 91d25ba ("dax: use common 4k zero page for dax mmap reads") Signed-off-by: Matthew Wilcox <[email protected]> Reviewed-by: Ross Zwisler <[email protected]> Signed-off-by: Dan Williams <[email protected]>
- Loading branch information