Fork of reMarkable kernel https://github.com/reMarkable/linux
Go to file
Chris Mason 1372f8e609 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>
2008-09-25 11:03:59 -04:00
fs/btrfs Properly call btrfs_search_slot while shrinking 2008-09-25 11:03:59 -04:00