scst_vdisk: Sync with svn-trunk

This commit is contained in:
Bart Van Assche
2016-11-30 21:31:41 -08:00
parent 5a28661cc6
commit 585e1a9e65
+1
View File
@@ -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