K 10 svn:author V 3 kib K 8 svn:date V 27 2009-10-10T14:56:34.311842Z K 7 svn:log V 333 Postpone dropping fp till both kq_global and kqueue mutexes are unlocked. fdrop() closes file descriptor when reference count goes to zero. Close method for vnodes locks the vnode, resulting in "sleepable after non-sleepable". For pipes, pipe mutex is before kqueue lock, causing LOR. Reported and tested by: pho MFC after: 2 weeks END