rwatson 2004/06/01 16:36:47 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_vnops.c
Log:
Rather than assert f_type==DTYPE_VNODE, conditionally perform the
file lock release based on f_type==DTYPE_VNODE. vn_closefile() is
used by non-vnode types as well (fifo).
Revision Changes Path
1.201 +1 -2 src/sys/kern/vfs_vnops.c