mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
scst_vdisk: Sync with svn-trunk
This commit is contained in:
@@ -6903,6 +6903,7 @@ static void blockio_exec_rw(struct vdisk_cmd_params *p, bool write, bool fua)
|
||||
bio = hbio;
|
||||
hbio = hbio->bi_next;
|
||||
bio->bi_next = NULL;
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0)
|
||||
submit_bio(bio->bi_rw, bio);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user