Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107407
b: refs/heads/master
c: b41759c
h: refs/heads/master
i:
  107405: cf47f48
  107403: b27f729
  107399: 91d4d86
  107391: 0b59a80
v: v3
  • Loading branch information
Denys Vlasenko authored and Niv Sardi committed Jul 28, 2008
1 parent 7e777df commit ae4163c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 4f0e8a9816e78306bb821018613dbd2513184d8a
refs/heads/master: b41759cf11c84ad0d569c0ef200c449ad2cc24e3
5 changes: 2 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ xfs_start_buffer_writeback(
STATIC void
xfs_start_page_writeback(
struct page *page,
struct writeback_control *wbc,
int clear_dirty,
int buffers)
{
Expand Down Expand Up @@ -858,7 +857,7 @@ xfs_convert_page(
done = 1;
}
}
xfs_start_page_writeback(page, wbc, !page_dirty, count);
xfs_start_page_writeback(page, !page_dirty, count);
}

return done;
Expand Down Expand Up @@ -1130,7 +1129,7 @@ xfs_page_state_convert(
SetPageUptodate(page);

if (startio)
xfs_start_page_writeback(page, wbc, 1, count);
xfs_start_page_writeback(page, 1, count);

if (ioend && iomap_valid) {
offset = (iomap.iomap_offset + iomap.iomap_bsize - 1) >>
Expand Down

0 comments on commit ae4163c

Please sign in to comment.