Btrfs: fix fiemap bugs with delalloc
authorChris Mason <chris.mason@oracle.com>
Wed, 23 Feb 2011 21:23:20 +0000 (16:23 -0500)
committerChris Mason <chris.mason@oracle.com>
Wed, 23 Feb 2011 21:23:20 +0000 (16:23 -0500)
The Btrfs fiemap code wasn't properly returning delalloc extents,
so applications that trust fiemap to decide if there are holes in the
file see holes instead of delalloc.

This reworks the btrfs fiemap code, adding a get_extent helper that
searches for delalloc ranges and also adding a helper for extent_fiemap
that skips past holes in the file.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found