cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c

John Baldwin jhb at FreeBSD.org
Mon Aug 18 11:03:35 PDT 2003


jhb         2003/08/18 11:02:33 PDT

  FreeBSD src repository

  Modified files:
    sys/fs/pseudofs      pseudofs_vnops.c 
  Log:
  The allproc lock is a sx lock, not a mutex, so fix the assertion.  This
  asserts that the sx lock is held, but does not specify if the lock is held
  shared or exclusive, thus either type of lock satisfies the assertion.
  
  Revision  Changes    Path
  1.39      +1 -1      src/sys/fs/pseudofs/pseudofs_vnops.c


More information about the cvs-src mailing list