K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-12-13T09:59:40.000000Z K 7 svn:log V 247 Drop filedesc lock and acquire Giant around calls to malloc() and free(). These call uma_large_malloc() and uma_large_free() which require Giant. Fixes panic when descriptor table is larger than KMEM_ZMAX bytes noticed by kkenn. Reviewed by: jhb END