Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377609
b: refs/heads/master
c: 2f2e09e
h: refs/heads/master
i:
  377607: 54b844a
v: v3
  • Loading branch information
Theodore Ts'o committed Jun 6, 2013
1 parent 22d166c commit 8b6eaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b302ef2d3c73d8a07ed2f0679ce35f00b6dcacef
refs/heads/master: 2f2e09eb15849562aede80ed007658e4504ded26
1 change: 1 addition & 0 deletions trunk/fs/ext4/ext4.h
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,7 @@ struct ext4_group_info *ext4_get_group_info(struct super_block *sb,
{
struct ext4_group_info ***grp_info;
long indexv, indexh;
BUG_ON(group >= EXT4_SB(sb)->s_groups_count);
grp_info = EXT4_SB(sb)->s_group_info;
indexv = group >> (EXT4_DESC_PER_BLOCK_BITS(sb));
indexh = group & ((EXT4_DESC_PER_BLOCK(sb)) - 1);
Expand Down

0 comments on commit 8b6eaa8

Please sign in to comment.