Re: [PATCH 08/10] btrfs-progs: check: Add support for freespace tree fixing

2018-10-04 Thread Omar Sandoval
On Mon, Oct 01, 2018 at 05:46:19PM +0300, Nikolay Borisov wrote: > Now that all the prerequisite code for proper support of free space > tree repair is in, it's time to wire it in. This is achieved by first > hooking the freespace tree to the __free_extent/alloc_reserved_tree_block > functions.

[PATCH 08/10] btrfs-progs: check: Add support for freespace tree fixing

2018-10-01 Thread Nikolay Borisov
Now that all the prerequisite code for proper support of free space tree repair is in, it's time to wire it in. This is achieved by first hooking the freespace tree to the __free_extent/alloc_reserved_tree_block functions. And then introducing a wrapper function to contains the existing