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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 8dfb42e380ea..d9466a508414 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3732,7 +3732,8 @@ no_journal:
3732 goto failed_mount4; 3732 goto failed_mount4;
3733 } 3733 }
3734 3734
3735 ext4_setup_super(sb, es, sb->s_flags & MS_RDONLY); 3735 if (ext4_setup_super(sb, es, sb->s_flags & MS_RDONLY))
3736 sb->s_flags |= MS_RDONLY;
3736 3737
3737 /* determine the minimum size of new large inodes, if present */ 3738 /* determine the minimum size of new large inodes, if present */
3738 if (sbi->s_inode_size > EXT4_GOOD_OLD_INODE_SIZE) { 3739 if (sbi->s_inode_size > EXT4_GOOD_OLD_INODE_SIZE) {