diff options
Diffstat (limited to 'fs/jbd2/commit.c')
-rw-r--r-- | fs/jbd2/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c index b73e0215baa7..362e5f614450 100644 --- a/fs/jbd2/commit.c +++ b/fs/jbd2/commit.c | |||
@@ -510,7 +510,7 @@ void jbd2_journal_commit_transaction(journal_t *journal) | |||
510 | * frees some memory | 510 | * frees some memory |
511 | */ | 511 | */ |
512 | spin_lock(&journal->j_list_lock); | 512 | spin_lock(&journal->j_list_lock); |
513 | __jbd2_journal_clean_checkpoint_list(journal); | 513 | __jbd2_journal_clean_checkpoint_list(journal, false); |
514 | spin_unlock(&journal->j_list_lock); | 514 | spin_unlock(&journal->j_list_lock); |
515 | 515 | ||
516 | jbd_debug(3, "JBD2: commit phase 1\n"); | 516 | jbd_debug(3, "JBD2: commit phase 1\n"); |