Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296589
b: refs/heads/master
c: a7967f0
h: refs/heads/master
i:
  296587: 553615a
v: v3
  • Loading branch information
Lukas Czerner authored and Theodore Ts'o committed Mar 22, 2012
1 parent 8b5ab0d commit e705540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21e7fd22a5a0ca83befe12c58cced21975dab213
refs/heads/master: a7967f055a9438941268d725b268141c57e32a05
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5035,11 +5035,11 @@ int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range)
*/
first_cluster = 0;
}
range->len = trimmed * sb->s_blocksize;

if (!ret)
atomic_set(&EXT4_SB(sb)->s_last_trim_minblks, minlen);

out:
range->len = trimmed * sb->s_blocksize;
return ret;
}

0 comments on commit e705540

Please sign in to comment.