Re: [PATCH] 2.3.99-pre6 vm fix

Roel van der Goot (roel@cs.ualberta.ca)
Sat, 29 Apr 2000 00:37:27 -0600 (MDT)


Hi Rik,

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)
;
^^^

Cheers,
Roel.

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