commit | 40a1984d22294ab202f616e432bb8d3481897675 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jan 04 19:55:57 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jan 04 19:55:57 2009 -0500 |
tree | 42d9970637c0c26b723b51115a6a290d8761eb8e | |
parent | 4a9bf99b205448ec1f0cbdee1776a29f9c503ce4 [diff] |
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>