Re: [Ext2-devel] Re: Possible Idea with filesystem buffering.

Hugh Dickins (hugh@veritas.com)
Wed, 23 Jan 2002 23:53:35 +0000 (GMT)


On Wed, 23 Jan 2002, Stephen C. Tweedie wrote:
>
> This is actually really important --- writepage on its own cannot
> distinguish between requests to flush something to disk (eg. msync or
> fsync), and requests to evict dirty data from memory.

Actually, that much can now be distinguished:
PageLaunder(page) when evicting from memory,
!PageLaunder(page) when msync or fsync.

Hugh

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/