cvs commit: src/sys/nfsserver nfs_syscalls.c

Robert Watson rwatson at FreeBSD.org
Sat May 29 08:21:56 PDT 2004


rwatson     2004/05/29 08:21:25 PDT

  FreeBSD src repository

  Modified files:
    sys/nfsserver        nfs_syscalls.c 
  Log:
  No need to conditionally acquire Giant in nfssvc_nfsd() because it
  is acquired by the caller.  Should not cause problems, but causes
  an unnecessary recursion on Giant.
  
  Pointed out by: bmilekic
  
  Revision  Changes    Path
  1.99      +0 -2      src/sys/nfsserver/nfs_syscalls.c


More information about the cvs-all mailing list