From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vladimir V. Saveliev" Subject: Re: reiser4 metas/bmap problem Date: Thu, 29 Jul 2004 11:48:45 +0400 Message-ID: <4108ABDD.9010803@namesys.com> References: <20040729012549.GE1439@schnapps.adilger.int> <4108AA34.70202@namesys.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <4108AA34.70202@namesys.com> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Hans Reiser Cc: Andreas Dilger , Matt Stegman , reiserfs-list@namesys.com, vs Hello Hans Reiser wrote: > 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. > Yes, reiser4 might do something like that too. However, i am not sure how we can prevent relocation for files which were bmap-ed. > >