freebsd-nq/sys/fs/pseudofs
Konstantin Belousov 505d02eebe Drop the pseudofs vnode lock around call to pfs_read handler. The handler
may need to lock arbitrary vnodes, causing either lock order reversal or
recursive vnode lock acquisition.

Tested by:	pho
Approved by:	des
MFC after:	2 weeks
2008-12-29 12:12:23 +00:00
..
pseudofs_fileno.c
pseudofs_internal.h
pseudofs_vncache.c After the pfs_vncache_mutex is dropped, another thread may attempt to 2008-12-29 12:07:18 +00:00
pseudofs_vnops.c Drop the pseudofs vnode lock around call to pfs_read handler. The handler 2008-12-29 12:12:23 +00:00
pseudofs.c
pseudofs.h