dm-vdo: reset bi_ioprio to the default value when the bio is reset

Signed-off-by: Susan LeGendre-McGhee <slegendr@redhat.com>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>

authored by Susan LeGendre-McGhee and committed by Mikulas Patocka bd7e677c 87d76d28

Changed files
+1
drivers
md
dm-vdo
+1
drivers/md/dm-vdo/vio.c
··· 202 if (data == NULL) 203 return VDO_SUCCESS; 204 205 bio->bi_io_vec = bio->bi_inline_vecs; 206 bio->bi_max_vecs = vio->block_count + 1; 207 len = VDO_BLOCK_SIZE * vio->block_count;
··· 202 if (data == NULL) 203 return VDO_SUCCESS; 204 205 + bio->bi_ioprio = 0; 206 bio->bi_io_vec = bio->bi_inline_vecs; 207 bio->bi_max_vecs = vio->block_count + 1; 208 len = VDO_BLOCK_SIZE * vio->block_count;