jbd2: Submit writes to the journal using WRITE_SYNC
authorTheodore Ts'o <tytso@mit.edu>
Mon, 5 Jan 2009 00:55:57 +0000 (19:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 5 Jan 2009 00:55:57 +0000 (19:55 -0500)
commit40a1984d22294ab202f616e432bb8d3481897675
tree42d9970637c0c26b723b51115a6a290d8761eb8e
parent4a9bf99b205448ec1f0cbdee1776a29f9c503ce4
jbd2: Submit writes to the journal using WRITE_SYNC

Since we will be waiting the write of the commit record to the journal
to complete in journal_submit_commit_record(), submit it using
WRITE_SYNC.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/commit.c