Re: 2.6.4-mm2

From: Chris Mason
Date: Wed Mar 17 2004 - 15:12:23 EST


[ data not getting flushed ]

Ummm, this might help:

-chris

--- l/mm/filemap.c.1 2004-03-17 15:08:37.581083800 -0500
+++ l/mm/filemap.c 2004-03-17 15:08:47.105635848 -0500
@@ -180,7 +180,7 @@ static int wait_on_page_writeback_range(
int ret = 0;
pgoff_t index;

- if (end > start)
+ if (end < start)
return 0;

pagevec_init(&pvec, 0);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/