Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2004 15:41:43 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsserver nfs_serv.c
Message-ID:  <200405302241.i4UMfh4a098327@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004/05/30 15:41:43 PDT

  FreeBSD src repository

  Modified files:
    sys/nfsserver        nfs_serv.c 
  Log:
  Acquire Giant around two more cases when calling into VFS to vput()
  a vnode.  Not bumped into with asserts in the main tree because we
  run the NFS server with Giant by default.  Discovered by inspection.
  
  Complete annotations of Giant acquisition/release to note that it's
  only because of VFS that we acquire Giant in most places in the NFS
  server.
  
  Revision  Changes    Path
  1.144     +22 -13    src/sys/nfsserver/nfs_serv.c



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