Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251751
b: refs/heads/master
c: 28739ee
h: refs/heads/master
i:
  251749: b4ef8e9
  251747: 0a88af6
  251743: 0f143c6
v: v3
  • Loading branch information
Lukas Czerner authored and Theodore Ts'o committed May 24, 2011
1 parent 7e65be3 commit a2c39e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 78944086663e6c1b03f3d60bf7610128149be5fc
refs/heads/master: 28739eea9cd42598b632972f5cc64a458c5d40b3
4 changes: 2 additions & 2 deletions trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4825,11 +4825,11 @@ ext4_trim_all_free(struct super_block *sb, ext4_group_t group,
"information for %u", group);
return ret;
}

bitmap = e4b.bd_bitmap;

ext4_lock_group(sb, group);
start = (e4b.bd_info->bb_first_free > start) ?
e4b.bd_info->bb_first_free : start;
ext4_lock_group(sb, group);

while (start < max) {
start = mb_find_next_zero_bit(bitmap, max, start);
Expand Down

0 comments on commit a2c39e5

Please sign in to comment.