|
@@ -4870,9 +4870,9 @@ static inline struct pool *select_pool(bool lagging)
|
|
|
bool avail = false;
|
|
bool avail = false;
|
|
|
int tested, i;
|
|
int tested, i;
|
|
|
|
|
|
|
|
|
|
+retry:
|
|
|
cp = current_pool();
|
|
cp = current_pool();
|
|
|
|
|
|
|
|
-retry:
|
|
|
|
|
if (pool_strategy == POOL_BALANCE) {
|
|
if (pool_strategy == POOL_BALANCE) {
|
|
|
pool = select_balanced(cp);
|
|
pool = select_balanced(cp);
|
|
|
if (pool_unworkable(pool))
|
|
if (pool_unworkable(pool))
|