diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 6b5d5c6399fa..b9aefceb41e7 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1634,6 +1634,8 @@ static int ext4_fill_flex_info(struct super_block *sb) | |||
1634 | ext4_free_inodes_count(sb, gdp)); | 1634 | ext4_free_inodes_count(sb, gdp)); |
1635 | atomic_set(&sbi->s_flex_groups[flex_group].free_blocks, | 1635 | atomic_set(&sbi->s_flex_groups[flex_group].free_blocks, |
1636 | ext4_free_blks_count(sb, gdp)); | 1636 | ext4_free_blks_count(sb, gdp)); |
1637 | atomic_set(&sbi->s_flex_groups[flex_group].used_dirs, | ||
1638 | ext4_used_dirs_count(sb, gdp)); | ||
1637 | } | 1639 | } |
1638 | 1640 | ||
1639 | return 1; | 1641 | return 1; |