Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2004 22:25:35 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_vnops.c
Message-ID:  <200408062225.i76MPZ8L032300@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-08-06 22:25:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
  Flag a broad range of VFS operations as GIANT_REQUIRED in order to
  catch leaking into VFS without Giant.
  
  Inch Giant a little lower in several file descriptor operations on
  vnodes to cover only VFS operations that need it, rather than file
  flag reading, etc.
  
  Revision  Changes    Path
  1.206     +24 -2     src/sys/kern/vfs_vnops.c



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