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

John Baldwin jhb at FreeBSD.org
Tue Jan 2 09:27:53 PST 2007


jhb         2007-01-02 17:27:52 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/pseudofs      pseudofs_vncache.c 
  Log:
  Use the vnode interlock to close a race where pfs_vncache_alloc() could
  attempt to vn_lock() a destroyed vnode resulting in a hang.
  
  MFC after:      1 week
  Submitted by:   ups
  Reviewed by:    des
  
  Revision  Changes    Path
  1.33      +9 -8      src/sys/fs/pseudofs/pseudofs_vncache.c


More information about the cvs-src mailing list