Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2002 13:51:48 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200209302051.g8UKpmgt001450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/09/30 13:51:48 PDT

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Move vnode MAC label initialization to after the release of the vnode
  interlock in getnewvnode() to avoid possible sleeps while holding
  the mutex.  Note that the warning from Witness is a slight false
  positive since we know there will be no contention on the interlock
  since we haven't made the vnode available for use yet, but the theory
  is not a bad one.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.409     +3 -3      src/sys/kern/vfs_subr.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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