diff options
Diffstat (limited to 'fs/ext3')
-rw-r--r-- | fs/ext3/balloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c index f96c40a90e2e..db8ca34d102a 100644 --- a/fs/ext3/balloc.c +++ b/fs/ext3/balloc.c | |||
@@ -1552,6 +1552,7 @@ retry_alloc: | |||
1552 | */ | 1552 | */ |
1553 | if (my_rsv) { | 1553 | if (my_rsv) { |
1554 | my_rsv = NULL; | 1554 | my_rsv = NULL; |
1555 | windowsz = 0; | ||
1555 | group_no = goal_group; | 1556 | group_no = goal_group; |
1556 | goto retry_alloc; | 1557 | goto retry_alloc; |
1557 | } | 1558 | } |