[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: slablru for 2.5.32-mm1
On Monday 09 September 2002 06:36, Robert Love wrote:
> On Sun, 2002-09-08 at 17:43, Daniel Phillips wrote:
>
> > - if (unlikely((condition)!=0)) BUG(); \
> > + if (unlikely(condition)) BUG(); \
>
> Then send in a patch; the code I pasted was the current 2.5 BUG_ON (and
> 2.4's, since I copied it from 2.5 when I sent the patch). ;-)
Actually, I dimly recall there was a reason for that awkward looking
construct, in which case the bug is a documentation bug. Anybody
remember?
--
Daniel
--
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-mm.org/