aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/super.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 6cf1f185b9c1..1fa3bdc3c671 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -1526,6 +1526,8 @@ static int ext4_fill_super (struct super_block *sb, void *data, int silent)
1526 set_opt(sbi->s_mount_opt, ERRORS_PANIC); 1526 set_opt(sbi->s_mount_opt, ERRORS_PANIC);
1527 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_RO) 1527 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_RO)
1528 set_opt(sbi->s_mount_opt, ERRORS_RO); 1528 set_opt(sbi->s_mount_opt, ERRORS_RO);
1529 else
1530 set_opt(sbi->s_mount_opt, ERRORS_CONT);
1529 1531
1530 sbi->s_resuid = le16_to_cpu(es->s_def_resuid); 1532 sbi->s_resuid = le16_to_cpu(es->s_def_resuid);
1531 sbi->s_resgid = le16_to_cpu(es->s_def_resgid); 1533 sbi->s_resgid = le16_to_cpu(es->s_def_resgid);