commit | 73e48b277a3fcd647f1936c71aea2f8d450ecc74 | [log] [tgz] |
---|---|---|
author | Yan <yanzheng@21cn.com> | Thu Jan 03 14:14:39 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:58 2008 -0400 |
tree | a64bd6675dde709cf288d9236a4add1f18781799 | |
parent | d548ee5182bda42c87bdd4e28b539d5e436e206a [diff] |
Btrfs: Properly handle overlapping extent in shrink_extent_tree The patch fixes the overlapping extent issue in shrink_extent_tree. It checks whether there is an overlapping extent by using find_previous_extent. If there is an overlapping extent, it setups key.objectid and cur_byte properly. --- Signed-off-by: Chris Mason <chris.mason@oracle.com>