]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commitec29ed5b407d618a8128f5942aade9e1758aa14b
tree19b3c13f15504cf9de116f0bd55045ebcf0d0cfc
parentfb01aa85b8b29c1a4e1f4a28ea54175de6bf7559
Btrfs: fix fiemap bugs with delalloc

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>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c