cvs commit: src/sys/nfsserver nfs_serv.c

Robert Watson rwatson at FreeBSD.org
Sun May 30 15:41:58 PDT 2004


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


More information about the cvs-all mailing list