Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273159
b: refs/heads/master
c: 66a83cd
h: refs/heads/master
i:
  273157: 44f4cc9
  273155: 31695e1
  273151: 0c2669f
v: v3
  • Loading branch information
Robin Dong authored and Theodore Ts'o committed Oct 26, 2011
1 parent 24eef40 commit 61659c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: ebbe027797f67d34708ccfabdb129886d549f9ce
refs/heads/master: 66a83cde47deb4e8874539326e12e88ed82158d3
2 changes: 0 additions & 2 deletions trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3345,7 +3345,6 @@ void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap,
ext4_group_t groupnr;
ext4_grpblk_t start;
int preallocated = 0;
int count = 0;
int len;

/* all form of preallocation discards first load group,
Expand All @@ -3368,7 +3367,6 @@ void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap,
BUG_ON(groupnr != group);
ext4_set_bits(bitmap, start, len);
preallocated += len;
count++;
}
mb_debug(1, "prellocated %u for group %u\n", preallocated, group);
}
Expand Down

0 comments on commit 61659c3

Please sign in to comment.