Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262111
b: refs/heads/master
c: 529da70
h: refs/heads/master
i:
  262109: a1c2173
  262107: 85a71d7
  262103: ec39508
  262095: 0a6fc1d
  262079: 3ff7737
v: v3
  • Loading branch information
Tao Ma authored and Theodore Ts'o committed Jul 23, 2011
1 parent 473d7d1 commit 7eeb14a
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: d46203159ed376fdbe2b05aa57e58207bf27a8f9
refs/heads/master: 529da704ad1ead755d9e40721f29446cb278e099
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ ext4_mb_load_buddy(struct super_block *sb, ext4_group_t group,
grp = ext4_get_group_info(sb, group);

e4b->bd_blkbits = sb->s_blocksize_bits;
e4b->bd_info = ext4_get_group_info(sb, group);
e4b->bd_info = grp;
e4b->bd_sb = sb;
e4b->bd_group = group;
e4b->bd_buddy_page = NULL;
Expand Down

0 comments on commit 7eeb14a

Please sign in to comment.