summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfsdport.h
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2011-01-06 19:50:11 +0000
committerrmacklem <rmacklem@FreeBSD.org>2011-01-06 19:50:11 +0000
commitee5033e8f0192f4ec52128873d46c3fad63d326b (patch)
tree595a57907df80953f50fdfca84609823f83ff359 /sys/fs/nfs/nfsdport.h
parent1e0411c61aeadd42541f03eed397d32209175f7d (diff)
downloadFreeBSD-src-ee5033e8f0192f4ec52128873d46c3fad63d326b.zip
FreeBSD-src-ee5033e8f0192f4ec52128873d46c3fad63d326b.tar.gz
Since the VFS_LOCK_GIANT() code in the experimental NFS
server is broken and the major file systems are now all mpsafe, modify the server so that it will only export mpsafe file systems. This was discussed on freebsd-fs@ and removes a fair bit of crufty code. MFC after: 12 days
Diffstat (limited to 'sys/fs/nfs/nfsdport.h')
-rw-r--r--sys/fs/nfs/nfsdport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfsdport.h b/sys/fs/nfs/nfsdport.h
index 4888866..a3f05db 100644
--- a/sys/fs/nfs/nfsdport.h
+++ b/sys/fs/nfs/nfsdport.h
@@ -52,7 +52,6 @@
* needs to be returned by nfsd_fhtovp().
*/
struct nfsexstuff {
- int nes_vfslocked; /* required for all ports */
int nes_exflag; /* export flags */
int nes_numsecflavor; /* # of security flavors */
int nes_secflavors[MAXSECFLAVORS]; /* and the flavors */
OpenPOWER on IntegriCloud