]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
UBUNTU: hio -- Updates for move of make_request_fn to struct block_device_operations
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 19 Aug 2020 16:22:11 +0000 (11:22 -0500)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 15 Feb 2021 07:25:56 +0000 (08:25 +0100)
commit917a4916e5309411513a1d7e600a04c16f7ff4b5
treee5d49c97d05caf5bcffc06cca747f16fe90fe1d3
parentdf3a899240f064def343419f5268dcd1c39dab6f
UBUNTU: hio -- Updates for move of make_request_fn to struct block_device_operations

Commit c62b37d96b6e ("block: move ->make_request_fn to struct
block_device_operations") from v5.9-rc1 replaces make_request_fn
with a submit_bio method in struct block_device_operations and
removes the request_queue argument. Update the driver accordingly.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
ubuntu/hio/hio.c