kib 87a472715d 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
2009-10-10 14:56:34 +00:00
..
2009-10-05 20:21:41 +00:00
2009-09-21 08:37:57 +00:00
2009-06-25 16:48:13 +00:00
2009-10-01 10:46:22 +00:00