Re: [PATCH] Load balancing problem in 2.6.2-mm1

From: Rick Lindsley
Date: Fri Feb 06 2004 - 13:17:21 EST


>+ if ((long)*imbalance < 0)
>+ *imbalance = 0;
>

You're right Rick, thanks for catching this. Why do you have
this last test though? This shouldn't be possible?

A combination of paranoia and leftover code from a previous fix :) At the
least, this could probably become a BUG_ON now, or I wouldn't cry if
we took it out entirely.

Rick
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/