| .. | .. |
|---|
| 298 | 298 | * |
|---|
| 299 | 299 | * for reference, see: |
|---|
| 300 | 300 | * |
|---|
| 301 | | - * http://en.wikipedia.org/wiki/Exponential_distribution#Distribution_of_the_minimum_of_exponential_random_variables |
|---|
| 301 | + * https://en.wikipedia.org/wiki/Exponential_distribution#Distribution_of_the_minimum_of_exponential_random_variables |
|---|
| 302 | 302 | * |
|---|
| 303 | 303 | */ |
|---|
| 304 | 304 | |
|---|
| .. | .. |
|---|
| 987 | 987 | case CRUSH_RULE_CHOOSELEAF_FIRSTN: |
|---|
| 988 | 988 | case CRUSH_RULE_CHOOSE_FIRSTN: |
|---|
| 989 | 989 | firstn = 1; |
|---|
| 990 | | - /* fall through */ |
|---|
| 990 | + fallthrough; |
|---|
| 991 | 991 | case CRUSH_RULE_CHOOSELEAF_INDEP: |
|---|
| 992 | 992 | case CRUSH_RULE_CHOOSE_INDEP: |
|---|
| 993 | 993 | if (wsize == 0) |
|---|