Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229131
b: refs/heads/master
c: ca6e909
h: refs/heads/master
i:
  229129: 0d8b9d6
  229127: e7bb9c3
v: v3
  • Loading branch information
Jan Kara authored and Theodore Ts'o committed Jan 10, 2011
1 parent b75e3a2 commit 4682487
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: 6c5a6cb998854f3c579ecb2bc1423d302bcb1b76
refs/heads/master: ca6e909f9bebe709bc65a3ee605ce32969db0452
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4860,7 +4860,7 @@ int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range)
if (len >= EXT4_BLOCKS_PER_GROUP(sb))
len -= (EXT4_BLOCKS_PER_GROUP(sb) - first_block);
else
last_block = len;
last_block = first_block + len;

if (e4b.bd_info->bb_free >= minlen) {
cnt = ext4_trim_all_free(sb, &e4b, first_block,
Expand Down

0 comments on commit 4682487

Please sign in to comment.