* [PATCH] arghhhh
@ 2000-04-29 9:54 Rik van Riel
0 siblings, 0 replies; only message in thread
From: Rik van Riel @ 2000-04-29 9:54 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-mm, linux-kernel, Stephen C. Tweedie
Hi,
It appears that my last patch was missing a semicolon after the
while() loop ... arghhhh
regards,
Rik
--
The Internet is not a network of computers. It is a network
of people. That is its real strength.
Wanna talk about the kernel? irc.openprojects.net / #kernelnewbies
http://www.conectiva.com/ http://www.surriel.com/
--- mm/vmscan.c.org2 Sat Apr 29 06:53:00 2000
+++ mm/vmscan.c Sat Apr 29 06:53:12 2000
@@ -388,7 +388,7 @@
continue;
/* small processes are swapped out less */
while ((mm->swap_cnt << 2 * (i + 1) < max_cnt)
- && i++ < 10)
+ && i++ < 10);
mm->swap_cnt >>= i;
mm->swap_cnt += i; /* if swap_cnt reaches 0 */
/* we're big -> hog treatment */
--
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.eu.org/Linux-MM/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-04-29 9:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-29 9:54 [PATCH] arghhhh Rik van Riel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox