diff options
Diffstat (limited to 'fs/ext2')
-rw-r--r-- | fs/ext2/balloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c index a51bdf82450f..f86207b345a9 100644 --- a/fs/ext2/balloc.c +++ b/fs/ext2/balloc.c | |||
@@ -1315,8 +1315,8 @@ retry_alloc: | |||
1315 | smp_rmb(); | 1315 | smp_rmb(); |
1316 | 1316 | ||
1317 | /* | 1317 | /* |
1318 | * Now search the rest of the groups. We assume that | 1318 | * Now search the rest of the groups. We assume that |
1319 | * i and gdp correctly point to the last group visited. | 1319 | * group_no and gdp correctly point to the last group visited. |
1320 | */ | 1320 | */ |
1321 | for (bgi = 0; bgi < ngroups; bgi++) { | 1321 | for (bgi = 0; bgi < ngroups; bgi++) { |
1322 | group_no++; | 1322 | group_no++; |