Re: [PATCH] virtio_blk: decrement index when blockdevice is removed

2011-04-06 Thread Ryan Harper
* Takuma Umeya [2011-04-05 00:00]: > When virtio block device is removed, index does not get decremented. When > another virtio disk is attached it uses the next device letter to the > one that is suppose to be available. > > Signed-off-by: Takuma Umeya > > diff --git a/drivers/block/virtio_

Re: [PATCH] virtio_blk: decrement index when blockdevice is removed

2011-04-06 Thread Jens Axboe
On 2011-04-06 03:32, Rusty Russell wrote: > On Tue, 05 Apr 2011 07:08:12 +0200, Jens Axboe wrote: >> On 2011-04-05 06:49, Takuma Umeya wrote: >>> When virtio block device is removed, index does not get decremented. When >>> another virtio disk is attached it uses the next device letter to the >>

Re: [PATCH] virtio_blk: decrement index when blockdevice is removed

2011-04-06 Thread Jens Axboe
On 2011-04-05 06:49, Takuma Umeya wrote: > When virtio block device is removed, index does not get decremented. When > another virtio disk is attached it uses the next device letter to the > one that is suppose to be available. > > Signed-off-by: Takuma Umeya > > diff --git a/drivers/block/vi

Re: [PATCH] virtio_blk: decrement index when blockdevice is removed

2011-04-05 Thread Rusty Russell
On Tue, 05 Apr 2011 07:08:12 +0200, Jens Axboe wrote: > On 2011-04-05 06:49, Takuma Umeya wrote: > > When virtio block device is removed, index does not get decremented. When > > another virtio disk is attached it uses the next device letter to the > > one that is suppose to be available. > >

[PATCH] virtio_blk: decrement index when blockdevice is removed

2011-04-04 Thread Takuma Umeya
When virtio block device is removed, index does not get decremented. When another virtio disk is attached it uses the next device letter to the one that is suppose to be available. Signed-off-by: Takuma Umeya diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 6ecf89c..