Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing ZERO_PAGE abd_alloc_zero_scatter #10428

Merged
merged 1 commit into from
Jun 11, 2020

Commits on Jun 9, 2020

  1. 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.
    
    Signed-off-by: Brian Atkinson <batkinson@lanl.gov>
    bwatkinson committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    33cea7d View commit details
    Browse the repository at this point in the history