diff options
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r-- | fs/ext3/super.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index 8c3a44b7c375..4ac304c55c53 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -2526,6 +2526,11 @@ static int ext3_sync_fs(struct super_block *sb, int wait) | |||
2526 | tid_t target; | 2526 | tid_t target; |
2527 | 2527 | ||
2528 | trace_ext3_sync_fs(sb, wait); | 2528 | trace_ext3_sync_fs(sb, wait); |
2529 | /* | ||
2530 | * Writeback quota in non-journalled quota case - journalled quota has | ||
2531 | * no dirty dquots | ||
2532 | */ | ||
2533 | dquot_writeback_dquots(sb, -1); | ||
2529 | if (journal_start_commit(EXT3_SB(sb)->s_journal, &target)) { | 2534 | if (journal_start_commit(EXT3_SB(sb)->s_journal, &target)) { |
2530 | if (wait) | 2535 | if (wait) |
2531 | log_wait_commit(EXT3_SB(sb)->s_journal, target); | 2536 | log_wait_commit(EXT3_SB(sb)->s_journal, target); |