Re: [PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()

2012-01-20 Thread Andrew Morton
On Fri, 20 Jan 2012 18:55:08 -0500 Konrad Rzeszutek Wilk wrote: > On Fri, Jan 20, 2012 at 03:11:49PM -0800, Andrew Morton wrote: > > On Fri, 20 Jan 2012 11:09:38 -0500 > > Konrad Rzeszutek Wilk wrote: > > > > > > > > > > > Did you test this patch with a large amount of minors? > > > > > > > >

Re: [PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()

2012-01-20 Thread Konrad Rzeszutek Wilk
On Fri, Jan 20, 2012 at 03:11:49PM -0800, Andrew Morton wrote: > On Fri, 20 Jan 2012 11:09:38 -0500 > Konrad Rzeszutek Wilk wrote: > > > > > > > > Did you test this patch with a large amount of minors? > > > > > > Sorry I didn't do runtime test. > > > > Please do. > > The poor guy probably do

Re: [PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()

2012-01-20 Thread Andrew Morton
On Fri, 20 Jan 2012 11:09:38 -0500 Konrad Rzeszutek Wilk wrote: > > > > > Did you test this patch with a large amount of minors? > > > > Sorry I didn't do runtime test. > > Please do. The poor guy probably doesn't know how to test it and surely it would be quite a lot of work for him to do so

Re: [PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()

2012-01-20 Thread Konrad Rzeszutek Wilk
On Sat, Jan 21, 2012 at 12:41:56AM +0900, Akinobu Mita wrote: > 2012/1/21 Konrad Rzeszutek Wilk : > > On Sat, Jan 21, 2012 at 12:15:26AM +0900, Akinobu Mita wrote: > >> Use bitmap_set and bitmap_clear rather than modifying individual bits > >> in a memory region. > >> > >> Signed-off-by: Akinobu Mi

Re: [PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()

2012-01-20 Thread Akinobu Mita
2012/1/21 Konrad Rzeszutek Wilk : > On Sat, Jan 21, 2012 at 12:15:26AM +0900, Akinobu Mita wrote: >> Use bitmap_set and bitmap_clear rather than modifying individual bits >> in a memory region. >> >> Signed-off-by: Akinobu Mita >> Cc: Jeremy Fitzhardinge >> Cc: Konrad Rzeszutek Wilk >> Cc: xen-d

Re: [PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()

2012-01-20 Thread Konrad Rzeszutek Wilk
On Sat, Jan 21, 2012 at 12:15:26AM +0900, Akinobu Mita wrote: > Use bitmap_set and bitmap_clear rather than modifying individual bits > in a memory region. > > Signed-off-by: Akinobu Mita > Cc: Jeremy Fitzhardinge > Cc: Konrad Rzeszutek Wilk > Cc: xen-de...@lists.xensource.com > Cc: virtualizat

Re: [PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()

2012-01-20 Thread Akinobu Mita
I used Jeremy Fitzhardinge's old email address... 2012/1/21 Akinobu Mita : > Use bitmap_set and bitmap_clear rather than modifying individual bits > in a memory region. > > Signed-off-by: Akinobu Mita > Cc: Jeremy Fitzhardinge Cc: Jeremy Fitzhardinge > Cc: Konrad Rzeszutek Wilk > Cc: xen-de.

[PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()

2012-01-20 Thread Akinobu Mita
Use bitmap_set and bitmap_clear rather than modifying individual bits in a memory region. Signed-off-by: Akinobu Mita Cc: Jeremy Fitzhardinge Cc: Konrad Rzeszutek Wilk Cc: xen-de...@lists.xensource.com Cc: virtualization@lists.linux-foundation.org --- drivers/block/xen-blkfront.c |7 +++---