Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166342
b: refs/heads/master
c: 56a131d
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Sep 25, 2009
1 parent 5e7dde5 commit 39038ca
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: b3af9468aebf5fcb573d0a116b31d2be1d43c0e9
refs/heads/master: 56a131dcf7ed36c3c6e36bea448b674ea85ed5bb
2 changes: 1 addition & 1 deletion trunk/fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ void writeback_inodes_sb(struct super_block *sb)
nr_to_write = nr_dirty + nr_unstable +
(inodes_stat.nr_inodes - inodes_stat.nr_unused);

bdi_writeback_all(sb, nr_to_write);
bdi_start_writeback(sb->s_bdi, nr_to_write);
}
EXPORT_SYMBOL(writeback_inodes_sb);

Expand Down

0 comments on commit 39038ca

Please sign in to comment.