On Thu, 21 Dec 2000, Andreas Dilger wrote: > Marcelo Tosatti writes: > > It seems your code has a problem with bh flush time. > > > > In flush_dirty_buffers(), a buffer may (if being called from kupdate) only > > be written in case its old enough. (bh->b_flushtime) > > > > If the flush happens for an anonymous buffer, you'll end up writing all > > buffers which are sitting on the same page (with block_write_anon_page), > > but these other buffers are not necessarily old enough to be flushed. > > This isn't really a "problem" however. The page is the _maximum_ age of > the buffer before it needs to be written. If we can efficiently write it > out with another buffer > (essentially for free if they are on the same spot on disk) Are you sure this is true for buffer pages in most cases? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: Test12 ll_rw_block error. Stephen C. Tweedie
- Re: Test12 ll_rw_block error. Marcelo Tosatti
- Re: Test12 ll_rw_block error. Daniel Phillips
- Re: Test12 ll_rw_block error. Christoph Hellwig
- Re: Test12 ll_rw_block error. Marcelo Tosatti
- [RFC] changes to buffer.c (was Te... Chris Mason
- Re: [RFC] changes to buffer.c... Alexander Viro
- Re: [RFC] changes to buffer.c... Chris Mason
- Re: [RFC] changes to buffer.c... Marcelo Tosatti
- Re: [RFC] changes to buffer.c... Andreas Dilger
- Re: [RFC] changes to buffer.c... Marcelo Tosatti
- Re: [RFC] changes to buffer.c... Chris Mason
- Re: [RFC] changes to buffer.c... Daniel Phillips
- Re: [RFC] changes to buffer.c... Chris Mason
- Re: [RFC] changes to buffer.c... Chris Mason
- Re: Test12 ll_rw_block error. Russell Cattelan
- Re: Test12 ll_rw_block error. Russell Cattelan
- Re: Test12 ll_rw_block error. Jeff Chua
- Re: Test12 ll_rw_block error. Linus Torvalds
- Re: Test12 ll_rw_block error. Chris Mason
- Re: Test12 ll_rw_block error. Linus Torvalds