Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-17 Thread Jens Axboe
On Fri, Aug 17 2007, Neil Brown wrote: > On Friday August 17, [EMAIL PROTECTED] wrote: > > > > Please inspect the #block-2.6.24 branch to see the result. > > > > > > I don't know where to look for this. I checked > > > http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git > > >

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-17 Thread Neil Brown
On Friday August 17, [EMAIL PROTECTED] wrote: > > > Please inspect the #block-2.6.24 branch to see the result. > > > > I don't know where to look for this. I checked > > http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git > > but they don't seem to be there. > > ?? > > That's

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-17 Thread Jens Axboe
On Fri, Aug 17 2007, Neil Brown wrote: > On Thursday August 16, [EMAIL PROTECTED] wrote: > > On Thu, Aug 16 2007, NeilBrown wrote: > > > Following are 5 patches which - I think - clean up various bits and pieces > > > in the block layer. > > > > > > The only part that might be seen as a function

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-17 Thread Jens Axboe
On Fri, Aug 17 2007, Neil Brown wrote: On Thursday August 16, [EMAIL PROTECTED] wrote: On Thu, Aug 16 2007, NeilBrown wrote: Following are 5 patches which - I think - clean up various bits and pieces in the block layer. The only part that might be seen as a function change rather

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-17 Thread Neil Brown
On Friday August 17, [EMAIL PROTECTED] wrote: Please inspect the #block-2.6.24 branch to see the result. I don't know where to look for this. I checked http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git but they don't seem to be there. ?? That's where it is,

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-17 Thread Jens Axboe
On Fri, Aug 17 2007, Neil Brown wrote: On Friday August 17, [EMAIL PROTECTED] wrote: Please inspect the #block-2.6.24 branch to see the result. I don't know where to look for this. I checked http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git but they don't

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-16 Thread Neil Brown
On Thursday August 16, [EMAIL PROTECTED] wrote: > On Thu, Aug 16 2007, NeilBrown wrote: > > Following are 5 patches which - I think - clean up various bits and pieces > > in the block layer. > > > > The only part that might be seen as a function change rather than > > simply rearranging code is

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-16 Thread Jens Axboe
On Thu, Aug 16 2007, NeilBrown wrote: > Following are 5 patches which - I think - clean up various bits and pieces > in the block layer. > > The only part that might be seen as a function change rather than > simply rearranging code is in ps3disk where bvec_kmap_irq is used > instead of

[PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-16 Thread NeilBrown
Following are 5 patches which - I think - clean up various bits and pieces in the block layer. The only part that might be seen as a function change rather than simply rearranging code is in ps3disk where bvec_kmap_irq is used instead of bio_kmap_atomic (so interrupts are disabled). The only

[PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-16 Thread NeilBrown
Following are 5 patches which - I think - clean up various bits and pieces in the block layer. The only part that might be seen as a function change rather than simply rearranging code is in ps3disk where bvec_kmap_irq is used instead of bio_kmap_atomic (so interrupts are disabled). The only

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-16 Thread Jens Axboe
On Thu, Aug 16 2007, NeilBrown wrote: Following are 5 patches which - I think - clean up various bits and pieces in the block layer. The only part that might be seen as a function change rather than simply rearranging code is in ps3disk where bvec_kmap_irq is used instead of bio_kmap_atomic

Re: [PATCH 000 of 6] A few block-layer tidy-up patches.

2007-08-16 Thread Neil Brown
On Thursday August 16, [EMAIL PROTECTED] wrote: On Thu, Aug 16 2007, NeilBrown wrote: Following are 5 patches which - I think - clean up various bits and pieces in the block layer. The only part that might be seen as a function change rather than simply rearranging code is in ps3disk