From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: Fullfil the bmap operation Date: Wed, 19 May 2010 22:03:08 -0400 Message-ID: <20100520020308.GI3318@think> References: <4BF39CB1.8040607@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Josef Bacik , "Yan, Zheng" , linux-btrfs@vger.kernel.org To: liubo Return-path: In-Reply-To: <4BF39CB1.8040607@cn.fujitsu.com> List-ID: On Wed, May 19, 2010 at 04:09:21PM +0800, liubo wrote: > Hi, > > When we tested btrfs with Josef's test-tools, a FAIL > came to us. > > After looking into it, we found that aops->bmap had > been deleted because btrfs's COW + swapfile led to > corruption. > > So, is there a plan for this bmap operation? > The idea was the swap over NFS patches were going to help. Until then it is better to use fiemap anyway. -chris