On Wed, Oct 08, 2014 at 06:35:22AM -0400, Wang Shilong wrote: > Signed-off-by: Wang Shilong <wangshilong1991@xxxxxxxxx> > --- > i didn't find a way to remove filefrag here, but let us > use macro firstly... YOu shoul dbe able to use fiemap to calculate the same output. i.e. _check_file_extents() outputs a strings of the format #physical#length#logical#flags and this is then cut up later later by the test. fiemap outputs the same information, it just requires slightly different processing via the _filter_extents function to munge it into the same format... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html