Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2010 12:50:26 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <201004181250.o3ICobrb022523@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pho         2010-04-18 12:50:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             vfs_subr.c 
  Log:
  SVN rev 206798 on 2010-04-18 12:50:26Z by pho
  
  Fix incorrect assertion. If the caller passed in no lock flags
  (i.e. just checking the vnode for validity) then there is a window
  between the VI_UNLOCK() in _vn_lock(9) and the subsequent VI_LOCK()
  in vget() where another thread could have set VI_DOOMED.
  
  Submitted by:   Matthew Fleming <matthew fleming isilon com>
  Reviewed by:    kib
  
  Revision    Changes    Path
  1.707.2.20  +10 -2     src/sys/kern/vfs_subr.c



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