aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/super.c b/fs/super.c
index 65f6849847f4..88811f60c8de 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -604,6 +604,7 @@ int do_remount_sb(struct super_block *sb, int flags, void *data, int force)
604 mark_files_ro(sb); 604 mark_files_ro(sb);
605 else if (!fs_may_remount_ro(sb)) 605 else if (!fs_may_remount_ro(sb))
606 return -EBUSY; 606 return -EBUSY;
607 DQUOT_OFF(sb);
607 } 608 }
608 609
609 if (sb->s_op->remount_fs) { 610 if (sb->s_op->remount_fs) {