From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans Reiser Subject: Re: reiser4 metas/bmap problem Date: Fri, 30 Jul 2004 11:37:17 -0700 Message-ID: <410A955D.3030101@namesys.com> References: <20040729012549.GE1439@schnapps.adilger.int> <4108AA34.70202@namesys.com> <4108ABDD.9010803@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: <4108ABDD.9010803@namesys.com> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "Vladimir V. Saveliev" Cc: Andreas Dilger , Matt Stegman , reiserfs-list@namesys.com, vs Vladimir V. Saveliev wrote: > 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. > >> >> > > > > fsync first and then bmap?