commit | b4f359ab065b9c6c132124557d23e90e2e8504be | [log] [tgz] |
---|---|---|
author | Tsutomu Itoh <t-itoh@jp.fujitsu.com> | Thu Sep 13 03:32:54 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Thu Oct 04 09:39:54 2012 -0400 |
tree | 2833e229bc13a2e16bffbc9e90aea4d328bfd557 | |
parent | 0433f20d436fd040013e5a419a2e3d732d618a41 [diff] |
Btrfs: remove unnecessary code in btree_get_extent() Unnecessary lookup_extent_mapping() is removed because an error is returned to the caller. This patch was made based on the advice from Stefan Behrens, thanks. Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>