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 5.13 compat: bdevops->revalidate_disk() removed #11977

Merged
merged 1 commit into from
May 12, 2021

Commits on Apr 30, 2021

  1. linux 5.13 compat: bdevops->revalidate_disk() removed

    Linux kernel commit 0f00b82e5413571ed225ddbccad6882d7ea60bc7 removes the
    revalidate_disk() handler from struct block_device_operations. This
    caused a regression, and this commit eliminates the call to it and the
    assignment in the block_device_operations static handler assignment
    code, when configure identifies that the kernel doesn't support that
    API handler.
    
    Signed-off-by: Coleman Kane <ckane@colemankane.org>
    ckane committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    f2cbaf1 View commit details
    Browse the repository at this point in the history