On Sat, 16 Dec 2000, Russell Cattelan wrote: > > > I'm curious about this. > Does the mean reiserFS is doing all of it's own buffer management? > > This would seem a little redundant with what is already in the kernel? > For metadata only reiserfs does its own write management. The buffers come from getblk. We just don't mark the buffers dirty for flushing by flush_dirty_buffers() This has the advantage of avoiding races against bdflush and friends, and makes it easier to keep track of which buffers have actually made their way to disk. It has all of the obvious disadvantages with respect to memory pressure. -chris - 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/
- Test12 ll_rw_block error. Russell Cattelan
- Re: Test12 ll_rw_block error. Linus Torvalds
- Re: Test12 ll_rw_block error. Linus Torvalds
- Re: Test12 ll_rw_block error. Linus Torvalds
- Re: Test12 ll_rw_block error. Alexander Viro
- Re: Test12 ll_rw_block error. Chris Mason
- Re: Test12 ll_rw_block error. Russell Cattelan
- Re: Test12 ll_rw_block error. Chris Mason
- Re: Test12 ll_rw_block error. Stephen C. Tweedie
- Re: Test12 ll_rw_block error. Linus Torvalds
- Re: Test12 ll_rw_block error. Russell Cattelan
- Re: Test12 ll_rw_block error. Stephen C. Tweedie
- Re: Test12 ll_rw_block error. Marcelo Tosatti
- Re: Test12 ll_rw_block error. Stephen C. Tweedie
- Re: Test12 ll_rw_block error. Marcelo Tosatti
- Re: Test12 ll_rw_block er... Daniel Phillips
- Re: Test12 ll_rw_block er... Christoph Hellwig
- Re: Test12 ll_rw_block er... Marcelo Tosatti

