diff options
author | Mark Brown <broonie@kernel.org> | 2015-10-12 13:09:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-12 13:09:27 -0400 |
commit | 79828b4fa835f73cdaf4bffa48696abdcbea9d02 (patch) | |
tree | 5e0fa7156acb75ba603022bc807df8f2fedb97a8 /fs/jbd2/commit.c | |
parent | 721b51fcf91898299d96f4b72cb9434cda29dce6 (diff) | |
parent | 8c1a9d6323abf0fb1e5dad96cf3f1c783505ea5a (diff) |
Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-fix-rt5645
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"); |