Re: [PATCH 02/10] btrfs-progs: Add extent buffer bitmap manipulation infrastructure

2018-10-03 Thread Su Yue
On 10/1/18 10:46 PM, Nikolay Borisov wrote: Those functions are in preparation for adding the freespace tree repair code since it needs to be able to deal with bitmap based fsts. This patch adds extent_buffer_bitmap_set and extent_buffer_bitmap_clear functions. Since in userspace we don't

Re: [PATCH 02/10] btrfs-progs: Add extent buffer bitmap manipulation infrastructure

2018-10-02 Thread Omar Sandoval
On Mon, Oct 01, 2018 at 05:46:13PM +0300, Nikolay Borisov wrote: > Those functions are in preparation for adding the freespace tree > repair code since it needs to be able to deal with bitmap based fsts. > This patch adds extent_buffer_bitmap_set and extent_buffer_bitmap_clear > functions. Since

[PATCH 02/10] btrfs-progs: Add extent buffer bitmap manipulation infrastructure

2018-10-01 Thread Nikolay Borisov
Those functions are in preparation for adding the freespace tree repair code since it needs to be able to deal with bitmap based fsts. This patch adds extent_buffer_bitmap_set and extent_buffer_bitmap_clear functions. Since in userspace we don't have to deal with page mappings their implementation