Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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