[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87mxi1xfz0.fsf@rustcorp.com.au>
Date: Thu, 02 Jun 2011 09:27:23 +0930
From: Rusty Russell <rusty@...tcorp.com.au>
To: Mark Wu <dwu@...hat.com>, "Michael S. Tsirkin" <mst@...hat.com>
Cc: virtualization@...ts.linux-foundation.org, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org, Mark Wu <dwu@...hat.com>,
Jens Axboe <axboe@...nel.dk>
Subject: Re: [PATCH 1/1] [virt] virtio-blk: Use ida to allocate disk index
On Wed, 1 Jun 2011 03:24:29 -0400, Mark Wu <dwu@...hat.com> wrote:
> Current index allocation in virtio-blk is based on a monotonically
> increasing variable "index". It could cause some confusion about disk
> name in the case of hot-plugging disks. And it's impossible to find the
> lowest available index by just maintaining a simple index. So it's
> changed to use ida to allocate index via referring to the index
> allocation in scsi disk.
>
> Signed-off-by: Mark Wu <dwu@...hat.com>
Hi Mark,
I don't believe that we do disk probes in parallel, so the spinlock
is unnecessary. Otherwise, this looks good.
Thanks,
Rusty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists