|
|
@@ -488,7 +488,7 @@ next:
|
|
|
clear_bit(tree, data->pending_trees);
|
|
|
|
|
|
next_tree = (tree + 1) % CONNCOUNT_SLOTS;
|
|
|
- next_tree = find_next_bit(data->pending_trees, next_tree, CONNCOUNT_SLOTS);
|
|
|
+ next_tree = find_next_bit(data->pending_trees, CONNCOUNT_SLOTS, next_tree);
|
|
|
|
|
|
if (next_tree < CONNCOUNT_SLOTS) {
|
|
|
data->gc_tree = next_tree;
|