diff options
Diffstat (limited to 'fs/ext4/ialloc.c')
-rw-r--r-- | fs/ext4/ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index 71a9c8f3dece..d50a7d5e4726 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c | |||
@@ -961,7 +961,7 @@ got: | |||
961 | if (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { | 961 | if (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { |
962 | gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); | 962 | gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); |
963 | ext4_free_group_clusters_set(sb, gdp, | 963 | ext4_free_group_clusters_set(sb, gdp, |
964 | ext4_free_blocks_after_init(sb, group, gdp)); | 964 | ext4_free_clusters_after_init(sb, group, gdp)); |
965 | gdp->bg_checksum = ext4_group_desc_csum(sbi, group, | 965 | gdp->bg_checksum = ext4_group_desc_csum(sbi, group, |
966 | gdp); | 966 | gdp); |
967 | } | 967 | } |