Re: [PATCH] 2.4.23-pre7 vmscan.c typo

From: Andrew Morton
Date: Mon Oct 20 2003 - 00:00:09 EST


Shantanu Goel <sgoel01@xxxxxxxxx> wrote:
>
> The following appears to be a typo in mm/vmscan.c
>

It sure is. Scary.

--- a/mm/vmscan.c 2003-10-19 21:36:26.000000000 -0400
+++ a/mm/vmscan.c 2003-10-19 21:37:17.000000000 -0400
@@ -596,7 +596,7 @@
continue;
}

- nr_pages--;
+ ratio--;

del_page_from_active_list(page);
add_page_to_inactive_list(page);



I note that `ratio' here is the number of pages which we try to deactivate
rather than the number of pages which we scan. Is this intentional?

-
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/