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

Linux: use filemap_range_has_page() #14493

Merged
merged 1 commit into from
Feb 14, 2023

Commits on Feb 13, 2023

  1. Linux: use filemap_range_has_page()

    As of the 4.13 kernel filemap_range_has_page() can be used to
    check if there is a page mapped in a given file range.  When
    available this interface should be used which eliminates the
    need for the zp->z_is_mapped boolean.
    
    Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
    behlendorf committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c82392d View commit details
    Browse the repository at this point in the history