]> git.proxmox.com Git - mirror_zfs.git/commit - module/os/linux/zfs/zvol_os.c
Linux 5.16: block_device_operations->submit_bio now returns void
authorColeman Kane <ckane@colemankane.org>
Fri, 3 Dec 2021 03:54:05 +0000 (22:54 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 7 Dec 2021 20:27:27 +0000 (12:27 -0800)
commit435a451e5c5ecb7cc773ea68f7f05b1e0a9659c3
treefff5ead066948021159cb95957469373a6a40442
parent376027331d7edaf0bb7bd146f2f087108b7eeac5
Linux 5.16: block_device_operations->submit_bio now returns void

The return type for the submit_bio member of struct
block_device_operations was changed to no longer return a value.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Coleman Kane <ckane@colemankane.org>
Closes #12819
config/kernel-bio.m4
module/os/linux/zfs/zvol_os.c