Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84722
b: refs/heads/master
c: 18914b1
h: refs/heads/master
v: v3
  • Loading branch information
Mike Galbraith authored and Linus Torvalds committed Feb 8, 2008
1 parent 3404c42 commit 3f2affd
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: abe8be3abe4c2043bd766f32d7eba62c12dbb0b3
refs/heads/master: 18914b1884ebdbcd4d4454100502a23d1d2dba43
2 changes: 1 addition & 1 deletion trunk/fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ int write_inode_now(struct inode *inode, int sync)
int ret;
struct writeback_control wbc = {
.nr_to_write = LONG_MAX,
.sync_mode = WB_SYNC_ALL,
.sync_mode = sync ? WB_SYNC_ALL : WB_SYNC_NONE,
.range_start = 0,
.range_end = LLONG_MAX,
};
Expand Down

0 comments on commit 3f2affd

Please sign in to comment.