Date: Tue, 1 Jun 2004 16:36:47 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c Message-ID: <200406012336.i51Nam2J031734@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406012336.i51Nam2J031734>