diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/mballoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 27f421c8043d..442caae80a98 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -1373,7 +1373,7 @@ static int mb_find_extent(struct ext4_buddy *e4b, int block, | |||
1373 | ex->fe_start += next; | 1373 | ex->fe_start += next; |
1374 | 1374 | ||
1375 | while (needed > ex->fe_len && | 1375 | while (needed > ex->fe_len && |
1376 | (buddy = mb_find_buddy(e4b, order, &max))) { | 1376 | mb_find_buddy(e4b, order, &max)) { |
1377 | 1377 | ||
1378 | if (block + 1 >= max) | 1378 | if (block + 1 >= max) |
1379 | break; | 1379 | break; |