diff options
author | Brian Behlendorf <[email protected]> | 2020-04-09 09:16:46 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-09 09:16:46 -0700 |
commit | 68dde63d138882860109178f4ab0b7b1b1bb3cfd (patch) | |
tree | d2400bcdb5bb4c7689fa2392023002aa0a2990e6 /META | |
parent | 01c4f2bf2933319e876e8f695e97d0719a9db0ed (diff) |
Linux 5.7 compat: blk_alloc_queue()
Commit https://github.com/torvalds/linux/commit/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.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #10181
Closes #10187
Diffstat (limited to 'META')
-rw-r--r-- | META | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ Release: 1 Release-Tags: relext License: CDDL Author: OpenZFS on Linux -Linux-Maximum: 5.4 +Linux-Maximum: 5.6 Linux-Minimum: 3.10 |