diff options
Diffstat (limited to 'fs/ext3/balloc.c')
-rw-r--r-- | fs/ext3/balloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c index d2dface9a423..245949ead658 100644 --- a/fs/ext3/balloc.c +++ b/fs/ext3/balloc.c | |||
@@ -1572,7 +1572,7 @@ retry_alloc: | |||
1572 | 1572 | ||
1573 | /* | 1573 | /* |
1574 | * Now search the rest of the groups. We assume that | 1574 | * Now search the rest of the groups. We assume that |
1575 | * i and gdp correctly point to the last group visited. | 1575 | * group_no and gdp correctly point to the last group visited. |
1576 | */ | 1576 | */ |
1577 | for (bgi = 0; bgi < ngroups; bgi++) { | 1577 | for (bgi = 0; bgi < ngroups; bgi++) { |
1578 | group_no++; | 1578 | group_no++; |