diff options
Diffstat (limited to 'fs/jbd/commit.c')
-rw-r--r-- | fs/jbd/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd/commit.c b/fs/jbd/commit.c index 484c5e5fa8af..85a6883c0aca 100644 --- a/fs/jbd/commit.c +++ b/fs/jbd/commit.c | |||
@@ -294,7 +294,7 @@ void journal_commit_transaction(journal_t *journal) | |||
294 | int first_tag = 0; | 294 | int first_tag = 0; |
295 | int tag_flag; | 295 | int tag_flag; |
296 | int i; | 296 | int i; |
297 | int write_op = WRITE; | 297 | int write_op = WRITE_SYNC; |
298 | 298 | ||
299 | /* | 299 | /* |
300 | * First job: lock down the current transaction and wait for | 300 | * First job: lock down the current transaction and wait for |