diff options
author | 2017-03-07 00:22:51 -0700 | |
---|---|---|
committer | 2017-03-07 00:22:51 -0700 | |
commit | 9fe64e15148d1ff81fa0bcb5fd58531e3ae2aa3a (patch) | |
tree | 602da9e86cd3dfc4fae846dceb6fba87aa7ca30b /fs/jbd2/commit.c | |
parent | Documentation/sphinx: fix primary_domain configuration (diff) | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-dev-9fe64e15148d1ff81fa0bcb5fd58531e3ae2aa3a.tar.xz linux-dev-9fe64e15148d1ff81fa0bcb5fd58531e3ae2aa3a.zip |
Merge tag 'v4.11-rc1' into docs-next
Linux 4.11-rc1
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 8c514367ba5a..b6b194ec1b4f 100644 --- a/fs/jbd2/commit.c +++ b/fs/jbd2/commit.c @@ -393,7 +393,7 @@ void jbd2_journal_commit_transaction(journal_t *journal) /* Do we need to erase the effects of a prior jbd2_journal_flush? */ if (journal->j_flags & JBD2_FLUSHED) { jbd_debug(3, "super block updated\n"); - mutex_lock(&journal->j_checkpoint_mutex); + mutex_lock_io(&journal->j_checkpoint_mutex); /* * We hold j_checkpoint_mutex so tail cannot change under us. * We don't need any special data guarantees for writing sb |