From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: [PATCH 1/1] ioctl to fetch csums of file extents Date: Wed, 07 Jan 2009 14:48:29 -0500 Message-ID: <1231357709.5016.5.camel@think.oraclecorp.com> References: Mime-Version: 1.0 Content-Type: text/plain To: Yehuda Sadeh Weinraub , linux-btrfs Return-path: In-Reply-To: List-ID: On Fri, 2008-12-19 at 13:14 -0800, Yehuda Sadeh Weinraub wrote: > This adds a new ioctl that requests for the csums of file's extent. > The csums of contiguous extents can also be requested. The call will > not return anything for extents that don't have csum information for > their data, or that the csum list is not available. > Presumably, the user calls fiemap first in order to get the list of > extents. The max number of requested csum items is specified in the > request and is updated according to the actual number of returned > items. > Sorry, I'm holding off on this and the fiemap patch until after the merge with mainline. I'm a little swamped verifying things, but both patches look good to me. Thanks for sending them. -chris