From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans Reiser Subject: Re: reiser4 metas/bmap problem Date: Thu, 29 Jul 2004 00:41:40 -0700 Message-ID: <4108AA34.70202@namesys.com> References: <20040729012549.GE1439@schnapps.adilger.int> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <20040729012549.GE1439@schnapps.adilger.int> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Andreas Dilger Cc: Matt Stegman , reiserfs-list@namesys.com, vs Andreas Dilger wrote: > > >The ext3_bmap() function flushes all file data to disk when called, and it >would be prudent to do the same with reiser4, since bmap users tend to be >important and not speed critical (e.g. lilo) and failing to do so can mean >not booting later. > > Interesting point. vs, please comment.