aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index c79e46b7f159..0931831537a2 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -1922,6 +1922,7 @@ static int ext4_fill_super (struct super_block *sb, void *data, int silent)
1922 } 1922 }
1923 } 1923 }
1924 1924
1925 sbi->s_bitmap_maxbytes = ext4_max_bitmap_size(sb->s_blocksize_bits);
1925 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits); 1926 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits);
1926 1927
1927 if (le32_to_cpu(es->s_rev_level) == EXT4_GOOD_OLD_REV) { 1928 if (le32_to_cpu(es->s_rev_level) == EXT4_GOOD_OLD_REV) {