commit | 1372f8e609d260c2352bf74e125614eef7aee8ef | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Jan 04 09:34:54 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:59 2008 -0400 |
tree | b20a655957cb27a51779a9db971aeb8b9d9d2d19 | |
parent | 2552488345ea0933711010ee2c844792130a4252 [diff] |
Properly call btrfs_search_slot while shrinking The shrinking code used btrfs_next_leaf to find the next item, but this does not cow the blocks it touches. This fix calls search_slot after finding the next item to do appropriate cow and balancing. Signed-off-by: Chris Mason <chris.mason@oracle.com>