Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127967
b: refs/heads/master
c: 40a1984
h: refs/heads/master
i:
  127965: a125206
  127963: 81e68e5
  127959: 8037cbd
  127951: 17f573b
  127935: 2fe46bd
v: v3
  • Loading branch information
Theodore Ts'o committed Jan 5, 2009
1 parent 5e24494 commit 7b3997d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a9bf99b205448ec1f0cbdee1776a29f9c503ce4
refs/heads/master: 40a1984d22294ab202f616e432bb8d3481897675
4 changes: 2 additions & 2 deletions trunk/fs/jbd2/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static int journal_submit_commit_record(journal_t *journal,
set_buffer_ordered(bh);
barrier_done = 1;
}
ret = submit_bh(WRITE, bh);
ret = submit_bh(WRITE_SYNC, bh);
if (barrier_done)
clear_buffer_ordered(bh);

Expand All @@ -159,7 +159,7 @@ static int journal_submit_commit_record(journal_t *journal,
lock_buffer(bh);
set_buffer_uptodate(bh);
clear_buffer_dirty(bh);
ret = submit_bh(WRITE, bh);
ret = submit_bh(WRITE_SYNC, bh);
}
*cbh = bh;
return ret;
Expand Down

0 comments on commit 7b3997d

Please sign in to comment.