diff options
author | 2008-06-25 12:32:01 +0200 | |
---|---|---|
committer | 2008-06-25 12:32:01 +0200 | |
commit | da7878d75b8520c9ae00d27dfbbce546a7bfdfbb (patch) | |
tree | 547fd497a80818a60ac36831377d5df97868173c /fs/jbd2/commit.c | |
parent | Merge branch 'linus' into x86/pebs (diff) | |
parent | Linux 2.6.26-rc8 (diff) | |
download | wireguard-linux-da7878d75b8520c9ae00d27dfbbce546a7bfdfbb.tar.xz wireguard-linux-da7878d75b8520c9ae00d27dfbbce546a7bfdfbb.zip |
Merge branch 'linus' into x86/pebs
Diffstat (limited to 'fs/jbd2/commit.c')
-rw-r--r-- | fs/jbd2/commit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c index 4d99685fdce4..a2ed72f7ceee 100644 --- a/fs/jbd2/commit.c +++ b/fs/jbd2/commit.c @@ -168,6 +168,7 @@ static int journal_submit_commit_record(journal_t *journal, spin_unlock(&journal->j_state_lock); /* And try again, without the barrier */ + lock_buffer(bh); set_buffer_uptodate(bh); set_buffer_dirty(bh); ret = submit_bh(WRITE, bh); |