freebsd-dev/sys/fs/fdescfs
Konstantin Belousov 8eb6b6ecb6 The temporary workaround for the call to the vget() without lock type in
the fdesc_allocvp(). The caller of the fdesc_allocvp() expects that the
returned vnode is not reclaimed. Do lock the vnode exclusive and drop
the lock after.

Reported by:	pho
Reviewed by:	jeff
2008-04-04 09:37:57 +00:00
..
fdesc_vfsops.c vn_lock() is currently only used with the 'curthread' passed as argument. 2008-01-10 01:10:58 +00:00
fdesc_vnops.c The temporary workaround for the call to the vget() without lock type in 2008-04-04 09:37:57 +00:00
fdesc.h Make fdesc_root static 2005-02-10 12:09:15 +00:00