K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2005-02-16T20:29:00.000000Z K 7 svn:log V 517 MFC 1.108: INVARIANTS-only fix. Original commit log: "Fix a INVARIANTS-only bug introduced in Revision 1.104: IF INVARIANTS is defined, and in the rare case that we have allocated some objects from the slab and at least one initializer on at least one of those objects failed, and we need to fail the allocation and push the uninitialized items back into the slab caches -- in that scenario, we would fail to [re]set the bucket cache's ub_bucket item references to NULL, which would eventually trigger a KASSERT." END