commit | 850265335f792f5d39ab24e5fb7160bac28d77e5 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Tue Mar 15 14:52:12 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Thu Mar 17 14:21:35 2011 -0400 |
tree | 8ecc731b9b03e32e067961bc30e6a824ed946187 | |
parent | 695a0d0da09e75c4475bbb303def159023ef72ca [diff] |
Btrfs: return error if the range we want to map is bogus Currently if we have corrupt metadata map_extent_buffer will complain about it, but not return an error so the caller has no idea a problem was hit. Fix this. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>