|
@@ -145,7 +145,7 @@ static bool ff_mirror_match_fh(const struct nfs4_ff_layout_mirror *m1,
|
|
|
return false;
|
|
return false;
|
|
|
for (i = 0; i < m1->fh_versions_cnt; i++) {
|
|
for (i = 0; i < m1->fh_versions_cnt; i++) {
|
|
|
bool found_fh = false;
|
|
bool found_fh = false;
|
|
|
- for (j = 0; j < m2->fh_versions_cnt; i++) {
|
|
|
|
|
|
|
+ for (j = 0; j < m2->fh_versions_cnt; j++) {
|
|
|
if (nfs_compare_fh(&m1->fh_versions[i],
|
|
if (nfs_compare_fh(&m1->fh_versions[i],
|
|
|
&m2->fh_versions[j]) == 0) {
|
|
&m2->fh_versions[j]) == 0) {
|
|
|
found_fh = true;
|
|
found_fh = true;
|