diff options
-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 7d5a1e3a703a..c8b6a8808166 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -5026,8 +5026,8 @@ int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range) | |||
5026 | ret = cnt; | 5026 | ret = cnt; |
5027 | break; | 5027 | break; |
5028 | } | 5028 | } |
5029 | trimmed += cnt; | ||
5029 | } | 5030 | } |
5030 | trimmed += cnt; | ||
5031 | 5031 | ||
5032 | /* | 5032 | /* |
5033 | * For every group except the first one, we are sure | 5033 | * For every group except the first one, we are sure |