Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127931
b: refs/heads/master
c: 93c0d86
h: refs/heads/master
i:
  127929: bbda98b
  127927: 6a0488a
v: v3
  • Loading branch information
Solofo.Ramangalahy@bull.net authored and Theodore Ts'o committed Nov 27, 2008
1 parent 7215eee commit e1855bb
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: 23475e264c4f5c8b635a31924851287ead1ebe32
refs/heads/master: 93c0d86371a5b2e68473752a6e54ff03185c473e
1 change: 1 addition & 0 deletions trunk/fs/ext4/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ int ext4_group_add(struct super_block *sb, struct ext4_new_group_data *input)
ext4_inode_table_set(sb, gdp, input->inode_table); /* LV FIXME */
gdp->bg_free_blocks_count = cpu_to_le16(input->free_blocks_count);
gdp->bg_free_inodes_count = cpu_to_le16(EXT4_INODES_PER_GROUP(sb));
gdp->bg_flags |= cpu_to_le16(EXT4_BG_INODE_ZEROED);
gdp->bg_checksum = ext4_group_desc_csum(sbi, input->group, gdp);

/*
Expand Down

0 comments on commit e1855bb

Please sign in to comment.