On 11 June 2010 06:20, Robert Hancock <hancockrwd@gmail.com> wrote:
[Sandeep] In Ext2 fs, I have noticed many frequent updates to data
blocks as compared to without this flag. I also noticed Dirty page
limit (44MB max) with O_NONBLOCK and 18 to 20MB max without this
flag. Because of this there is less Filesystem block updates with
O_NONBLOCK flag.
In case of Ext3, Dirty page limit is 18-20MB with or without this flag.
Its same with all modes of Ext3(data, ordered, writeback).
This is actually my concern.
Many Thanks,
Sandeep
--