On 25/01/2021 11:37, Johannes Thumshirn wrote: >>> + if (btrfs_is_zoned(fs_info)) >>> + return NULL; >>> + >> This is unrelated to the rest of the changes, seems like something that was just >> missed? Should probably be in its own patch. > Hmm probably belongs to another patch, just need to find to which. > OK fetch_cluster_info() is only called by prepare_allocation_clustered(), which as the name implies is only called for clustered and not for zoned allocations. So let's get rid of the hunk entirely.