[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slablru for 2.5.32-mm1



- 		if (unlikely((condition)!=0)) BUG(); \
+ 		if (unlikely(condition)) BUG(); \

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