From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: [PATCH CFT] tons of logging patches Date: 03 Jun 2002 08:26:01 -0400 Message-ID: <1023107161.6829.1802.camel@tiny> References: <1023076301.22608.1778.camel@tiny> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: Matthias Andree Cc: reiserfs-list@namesys.com On Mon, 2002-06-03 at 04:46, Matthias Andree wrote: > Chris Mason writes: > > > Hello everyone, > > > > ftp.suse.com/pub/people/mason/data-logging > > You seem to mean: > > ftp://ftp.suse.com/pub/people/mason/patches/data-logging/ Correct, thanks. > > > optimizations to keep kupdate from triggering commits every 5 seconds > > Does this mean the current released ReiserFS versions are causing the > persistent write activity at 5 s interval that I observe? > > Or is it ext3fs also? No, there is a dirty flag on the super struct that should get cleaned after all commits are done. The commit_super-8 patch might fix a bug where we are not properly cleaning the flag. -chris