Comment 3 for bug 591469

Revision history for this message
Scott Moser (smoser) wrote :

I do not really have the time to test the upstream kernel. However, looking at the source of drivers/block/virtio_blk.c , I would guess that this bug does exist upstream. My (possibly to quick) read of virtblk_probe and virtblk_remove seem to me to be indicating the static variable "index" and never decrementing it. That variable is what is used to determine the next name in virtblk_probe.