Re: [PATCH] 2.3.99-pre6 vm fix

Rik van Riel (riel@conectiva.com.br)
Sat, 29 Apr 2000 06:55:28 -0300 (BRST)


On Sat, 29 Apr 2000, Roel van der Goot wrote:

> I think that the shift left loop in your code needs a semicolon
> to keep similar semantics as before:
>
> while ((mm->swap_cnt << 2 * (i + 1) < max_cnt)
> && i++ < 10)
> ;
> ^^^

Indeed, you're right. Thanks for pointing this out; a small
incremental patch has been sent.

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/

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