diff options
Diffstat (limited to 'fs/sync.c')
-rw-r--r-- | fs/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ | |||
27 | */ | 27 | */ |
28 | static int __sync_filesystem(struct super_block *sb, int wait) | 28 | static 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) |