I'll tell you guys what... if ALL of you want me to remove M_ZERO support from the objcache, I'll do it (I'll just have a KKASSERT() in there to assert that M_ZERO is not specified). I still recommend that you use objcache_create_simple() in NATA and just bzero() explicitly after objcache_get() in that case. -Matt