cvs commit: src/sys/kern vfs_vnops.c

Robert Watson rwatson at FreeBSD.org
Tue Jun 1 16:36:50 PDT 2004


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


More information about the cvs-src mailing list