K 10 svn:author V 3 alc K 8 svn:date V 27 2003-07-28T02:29:07.000000Z K 7 svn:log V 212 None of the "alloc" functions used by UMA assume that Giant is held any longer. (If they still need it, e.g., contigmalloc(), they acquire it themselves.) Therefore, we need not acquire Giant in slab_zalloc(). END