Benoît Canet <benoit.ca...@nodalink.com> writes: >> - if (size % dev->blk.conf.logical_block_size) { >> + if (size % dev->conf.conf.logical_block_size) { > > This look strange (conf.conf)
Yeah, it does. I picked conf anyway, for consistency with the existing similar members of sibling structs VirtIOSCSICommon and VirtIORNG. > Anyway this seems correct. > > Reviewed-by: Benoit Canet <benoit.ca...@nodalink.com> Thanks!