[PATCH] arghhhh

From: Rik van Riel (riel@conectiva.com.br)
Date: Sat Apr 29 2000 - 04:54:26 EST


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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 30 2000 - 21:00:16 EST