diff --git a/blk-virtio.c b/blk-virtio.c index 3f79f81..3720c83 100644 --- a/blk-virtio.c +++ b/blk-virtio.c @@ -60,7 +60,7 @@ static struct device device = { * node kernel will compute disk geometry by own, the * same applies to VIRTIO_BLK_F_BLK_SIZE */ - .host_features = (1UL << VIRTIO_BLK_F_RO), + .host_features = 0, }; static bool virtio_blk_config_in(void *data, unsigned long offset, int size, uint32_t count)