Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131523
b: refs/heads/master
c: 78f707b
h: refs/heads/master
i:
  131521: 2fa2ed9
  131519: 00dbe20
v: v3
  • Loading branch information
Jens Axboe committed Feb 18, 2009
1 parent 79aac63 commit b1bc0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 82eb03cfd862a65363fa2826de0dbd5474cfe5e2
refs/heads/master: 78f707bfc723552e8309b7c38a8d0cc51012e813
2 changes: 1 addition & 1 deletion trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3108,7 +3108,7 @@ int sync_dirty_buffer(struct buffer_head *bh)
if (test_clear_buffer_dirty(bh)) {
get_bh(bh);
bh->b_end_io = end_buffer_write_sync;
ret = submit_bh(WRITE_SYNC, bh);
ret = submit_bh(WRITE, bh);
wait_on_buffer(bh);
if (buffer_eopnotsupp(bh)) {
clear_buffer_eopnotsupp(bh);
Expand Down

0 comments on commit b1bc0a6

Please sign in to comment.