On Wed, 24 Jan 2001, V Ganesh wrote: > now that we have inode->i_mapping->dirty_pages, what do we need > inode->i_dirty_buffers for ? I understand the latter was added for the O_SYNC > changes before dirty_pages came into the picture. but now both seem to be > doing more or less the same thing. inode->i_mapping->dirty_pages contains only mapped data pages of the inode, not metadata. - 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/
- inode->i_dirty_buffers redundant ? V Ganesh
- Re: inode->i_dirty_buffers redundant ? Marcelo Tosatti
- Re: inode->i_dirty_buffers redundant ? Stephen C. Tweedie
- Re: inode->i_dirty_buffers redundant ? V Ganesh
- Re: inode->i_dirty_buffers redundant ? Stephen C. Tweedie
- Re: inode->i_dirty_buffers redundant ? Daniel Phillips
- Re: inode->i_dirty_buffers redundan... Marcelo Tosatti
- Re: inode->i_dirty_buffers redundan... Stephen C. Tweedie
- Re: inode->i_dirty_buffers red... Daniel Phillips
- Re: inode->i_dirty_buffers redundant ? Marcelo Tosatti
- Re: inode->i_dirty_buffers redundan... Stephen C. Tweedie
- Re: inode->i_dirty_buffers redundant ? V Ganesh