K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-03-24T23:47:52.000000Z K 7 svn:log V 280 Move the atomic() mbstat.m_drops incrementing to the MGET(HDR) and MCLGET macros in order to avoid incrementing the drop count twice. Otherwise, in some cases, we may increment m_drops once in m_mballoc() for example, and increment it again in m_mballoc_wait() if the wait fails. END