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

2018-09-21 Thread Omar Sandoval
On Fri, Jun 15, 2018 at 02:06:01PM +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 5/6] btrfs-progs: check: Add support for freespace tree fixing

2018-06-15 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