cvs commit: src/sys/nfsserver nfs_srvsubs.c

Robert Watson rwatson at FreeBSD.org
Sun May 30 17:59:14 PDT 2004


rwatson     2004/05/30 17:59:10 PDT

  FreeBSD src repository

  Modified files:
    sys/nfsserver        nfs_srvsubs.c 
  Log:
  The NFS server modevent code manually patches the system call table to
  install nfssvc().  It also updates the argument count, but did so
  without setting SYF_MPSAFE, effectively removing the MPSAFE flag even
  when syscalls.master indicates it doesn't require Giant.  This change
  forces the modevent to set MPSAFE as a flag to its internal notion of
  an argument coutn.
  
  Note: this duplication of information is a bad thing, but is a more
  general problem I'm not currently willing to address.
  
  Revision  Changes    Path
  1.128     +1 -1      src/sys/nfsserver/nfs_srvsubs.c


More information about the cvs-all mailing list