Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2007 17:27:52 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/pseudofs pseudofs_vncache.c
Message-ID:  <200701021727.l02HRqAG014318@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701021727.l02HRqAG014318>