Date: Sun, 30 May 2004 17:59:10 -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_srvsubs.c Message-ID: <200405310059.i4V0xAp6035574@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405310059.i4V0xAp6035574>