On Thu, 23 Aug 2001, Roger Larsson wrote:
+ if (page) {
+ while (z->free_pages < z->pages_low) {
+ struct page *extra = reclaim_page(z);
+ if (!extra)
+ break;
+ __free_page(extra);
+ }
+ }
This is a surprise ;)
Why did you introduce this piece of code?
What is it supposed to achieve ?
Rik
--
IA64: a worthy successor to i860.
http://www.surriel.com/ http://distro.conectiva.com/
Send all your spam to aardvark@nl.linux.org (spam digging piggy)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/