diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/balloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index 6bd0bd5bbdc8..af3acf3c37b6 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c | |||
@@ -1566,6 +1566,7 @@ retry_alloc: | |||
1566 | */ | 1566 | */ |
1567 | if (my_rsv) { | 1567 | if (my_rsv) { |
1568 | my_rsv = NULL; | 1568 | my_rsv = NULL; |
1569 | windowsz = 0; | ||
1569 | group_no = goal_group; | 1570 | group_no = goal_group; |
1570 | goto retry_alloc; | 1571 | goto retry_alloc; |
1571 | } | 1572 | } |