diff --git a/[refs] b/[refs] index 090426fc1d8c..5f354498e243 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 23475e264c4f5c8b635a31924851287ead1ebe32 +refs/heads/master: 93c0d86371a5b2e68473752a6e54ff03185c473e diff --git a/trunk/fs/ext4/resize.c b/trunk/fs/ext4/resize.c index b6ec1843a015..d448eb1d9bae 100644 --- a/trunk/fs/ext4/resize.c +++ b/trunk/fs/ext4/resize.c @@ -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); /*