Loading fs/ext4/mballoc.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -2025,7 +2025,6 @@ repeat: for (i = 0; i < ngroups; group++, i++) { for (i = 0; i < ngroups; group++, i++) { struct ext4_group_info *grp; struct ext4_group_info *grp; struct ext4_group_desc *desc; if (group == ngroups) if (group == ngroups) group = 0; group = 0; Loading @@ -2048,7 +2047,6 @@ repeat: } } ac->ac_groups_scanned++; ac->ac_groups_scanned++; desc = ext4_get_group_desc(sb, group, NULL); if (cr == 0) if (cr == 0) ext4_mb_simple_scan_group(ac, &e4b); ext4_mb_simple_scan_group(ac, &e4b); else if (cr == 1 && else if (cr == 1 && Loading Loading
fs/ext4/mballoc.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -2025,7 +2025,6 @@ repeat: for (i = 0; i < ngroups; group++, i++) { for (i = 0; i < ngroups; group++, i++) { struct ext4_group_info *grp; struct ext4_group_info *grp; struct ext4_group_desc *desc; if (group == ngroups) if (group == ngroups) group = 0; group = 0; Loading @@ -2048,7 +2047,6 @@ repeat: } } ac->ac_groups_scanned++; ac->ac_groups_scanned++; desc = ext4_get_group_desc(sb, group, NULL); if (cr == 0) if (cr == 0) ext4_mb_simple_scan_group(ac, &e4b); ext4_mb_simple_scan_group(ac, &e4b); else if (cr == 1 && else if (cr == 1 && Loading