[metadata_counter] fix repeated counting of trees

This commit is contained in:
Ming-Hung Tsai 2016-04-02 23:15:26 +08:00
parent 1dce79bd55
commit c8aabf2948

View File

@ -66,7 +66,6 @@ void thin_provisioning::count_metadata(transaction_manager::ptr tm,
count_trees(tm, snap, bc);
}
count_trees(tm, sb, bc);
count_space_maps(tm, sb, bc);
}