Re: __block_prepare_write(): bug?

2000-04-06 Thread Erez Zadok
In message <[EMAIL PROTECTED]>, Alexander Viro writes: > > > On Wed, 5 Apr 2000, Erez Zadok wrote: > > > - if (block_start >= to) > > - break; > > bh->b_end_io = end_buffer_io_sync; > > if (!buffer_mapped(bh)) { > > err =

Re: __block_prepare_write(): bug?

2000-04-06 Thread Alexander Viro
On Wed, 5 Apr 2000, Erez Zadok wrote: > - if (block_start >= to) > - break; > bh->b_end_io = end_buffer_io_sync; > if (!buffer_mapped(bh)) { > err = get_block(inode, block, bh, 1); And there you go: bloody thing