Skip to content

Commit 3342322

Browse files
try masking out priority in lvol
1 parent 65c7db5 commit 3342322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/bdev/lvol/vbdev_lvol.c

+1
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ static void
953953
vbdev_lvol_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io)
954954
{
955955
struct spdk_lvol *lvol = bdev_io->bdev->ctxt;
956+
bdev_io->u.bdev.offset_blocks &= MASK_OUT_PRIORITY_CLASS;
956957

957958
switch (bdev_io->type) {
958959
case SPDK_BDEV_IO_TYPE_READ:

0 commit comments

Comments
 (0)