diff options
Diffstat (limited to 'fs/sync.c')
-rw-r--r-- | fs/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ | |||
30 | static int __sync_filesystem(struct super_block *sb, int wait) | 30 | static int __sync_filesystem(struct super_block *sb, int wait) |
31 | { | 31 | { |
32 | if (sb->s_qcop && sb->s_qcop->quota_sync) | 32 | if (sb->s_qcop && sb->s_qcop->quota_sync) |
33 | sb->s_qcop->quota_sync(sb, -1, wait); | 33 | sb->s_qcop->quota_sync(sb, -1); |
34 | 34 | ||
35 | if (wait) | 35 | if (wait) |
36 | sync_inodes_sb(sb); | 36 | sync_inodes_sb(sb); |