Size of opt_io_size field is 32 bit.

MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2015-03-05 10:29:46 +00:00
parent d8e32bb64e
commit dc2e31d4db

View File

@ -67,7 +67,7 @@ struct virtio_blk_config {
uint8_t physical_block_exp;
uint8_t alignment_offset;
uint16_t min_io_size;
uint16_t opt_io_size;
uint32_t opt_io_size;
} topology;
/* Writeback mode (if VIRTIO_BLK_F_CONFIG_WCE) */