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.7 compat: blk_alloc_queue() #10187

Merged
merged 1 commit into from
Apr 9, 2020

Commits on Apr 8, 2020

  1. Linux 5.7 compat: blk_alloc_queue()

    Commit torvalds/linux@3d745ea5 simplified
    the blk_alloc_queue() interface by updating it to take the request
    queue as an argument.  Add a wrapper function which accepts the new
    arguments and internally uses the available interfaces.
    
    Other minor changes include increasing the Linux-Maximum to 5.6 now
    that 5.6 has been released.  It was not bumped to 5.7 because this
    release has not yet been finalized and is still subject to change.
    
    Added local 'struct zvol_state_os *zso' variable to zvol_alloc.
    
    Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
    behlendorf committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ae4aa96 View commit details
    Browse the repository at this point in the history