From: Josef Bacik Date: Fri, 11 Oct 2013 18:44:09 +0000 (-0400) Subject: Btrfs: add tests for btrfs_get_extent X-Git-Tag: v3.13-rc1~85^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaedb55bc08f384b7f57dbb3222a511baed4decf;p=pandora-kernel.git Btrfs: add tests for btrfs_get_extent I'm going to be removing hole extents in the near future so I wanted to make a sanity test for btrfs_get_extent to make sure I don't break anything in the meantime. This patch just puts btrfs_get_extent through its paces by giving it a completely unreasonable mapping to look at and make sure it is giving us back maps that make sense. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed