aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sync.c')
-rw-r--r--fs/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sync.c b/fs/sync.c
index 8aa870a4d406..d90ab7764555 100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -27,7 +27,7 @@
27 */ 27 */
28static int __sync_filesystem(struct super_block *sb, int wait) 28static int __sync_filesystem(struct super_block *sb, int wait)
29{ 29{
30 vfs_dq_sync(sb); 30 sync_quota_sb(sb, -1);
31 sync_inodes_sb(sb, wait); 31 sync_inodes_sb(sb, wait);
32 lock_super(sb); 32 lock_super(sb);
33 if (sb->s_dirt && sb->s_op->write_super) 33 if (sb->s_dirt && sb->s_op->write_super)