[PATCH 3/5] lumpy: ensure that we compare PageActive and active safely

2007-02-27 Thread Andy Whitcroft
Now that we are passing in a boolean active flag we need to ensure that the result of PageActive(page) is comparible to that boolean. Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> --- diff --git a/mm/vmscan.c b/mm/vmscan.c index b878d54..2bfad79 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@

[PATCH 3/5] lumpy: ensure that we compare PageActive and active safely

2007-02-27 Thread Andy Whitcroft
Now that we are passing in a boolean active flag we need to ensure that the result of PageActive(page) is comparible to that boolean. Signed-off-by: Andy Whitcroft [EMAIL PROTECTED] --- diff --git a/mm/vmscan.c b/mm/vmscan.c index b878d54..2bfad79 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@