Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101095
b: refs/heads/master
c: 6afd670
h: refs/heads/master
i:
  101093: 12f4595
  101091: 85a75dd
  101087: 0a98680
v: v3
  • Loading branch information
Akinobu Mita authored and Theodore Ts'o committed Jul 11, 2008
1 parent daf3f92 commit a6bb66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 7477827f6686ce29b6216d9eb26f6b9027742dcc
refs/heads/master: 6afd670713c9e7d5c5550e379dfedca8ffab4c90
7 changes: 1 addition & 6 deletions trunk/fs/ext4/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,7 @@ unsigned ext4_init_block_bitmap(struct super_block *sb, struct buffer_head *bh,
le16_to_cpu(sbi->s_es->s_reserved_gdt_blocks);
}
} else { /* For META_BG_BLOCK_GROUPS */
int group_rel = (block_group -
le32_to_cpu(sbi->s_es->s_first_meta_bg)) %
EXT4_DESC_PER_BLOCK(sb);
if (group_rel == 0 || group_rel == 1 ||
(group_rel == EXT4_DESC_PER_BLOCK(sb) - 1))
bit_max += 1;
bit_max += ext4_bg_num_gdb(sb, block_group);
}

if (block_group == sbi->s_groups_count - 1) {
Expand Down

0 comments on commit a6bb66b

Please sign in to comment.