Re: [PATCH v3 2/4] btrfs: Refactor clustered extent allocation into find_free_extent_clustered()

2018-10-12 Thread Josef Bacik
On Fri, Oct 12, 2018 at 02:18:17PM +0800, Qu Wenruo wrote: > We have two main methods to find free extents inside a block group: > 1) clustered allocation > 2) unclustered allocation > > This patch will extract the clustered allocation into > find_free_extent_clustered() to make it a little

[PATCH v3 2/4] btrfs: Refactor clustered extent allocation into find_free_extent_clustered()

2018-10-12 Thread Qu Wenruo
We have two main methods to find free extents inside a block group: 1) clustered allocation 2) unclustered allocation This patch will extract the clustered allocation into find_free_extent_clustered() to make it a little easier to read. Instead of jumping between different labels in