From ae4163cb76e87e282a89d58862a079ffd8285a0b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 19 May 2008 16:34:11 +1000 Subject: [PATCH] --- yaml --- r: 107407 b: refs/heads/master c: b41759cf11c84ad0d569c0ef200c449ad2cc24e3 h: refs/heads/master i: 107405: cf47f48259a53930b383523eb6f586f238d6e989 107403: b27f7299c602bb2fda9422b828cbdb63068043c9 107399: 91d4d862cd128dc51e0e9c465bce6ab418bf7716 107391: 0b59a8025d40456caf66604b472b50b1b9d0dc86 v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_aops.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 3fd4e24701e7..11538ca7c901 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4f0e8a9816e78306bb821018613dbd2513184d8a +refs/heads/master: b41759cf11c84ad0d569c0ef200c449ad2cc24e3 diff --git a/trunk/fs/xfs/linux-2.6/xfs_aops.c b/trunk/fs/xfs/linux-2.6/xfs_aops.c index a55c3b26d840..0b211cba1909 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_aops.c +++ b/trunk/fs/xfs/linux-2.6/xfs_aops.c @@ -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) { @@ -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; @@ -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) >>