summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfs_var.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/nfs_var.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/nfs_var.h')
-rw-r--r--sys/fs/nfs/nfs_var.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/nfs/nfs_var.h b/sys/fs/nfs/nfs_var.h
index 782630b..2dbbdda 100644
--- a/sys/fs/nfs/nfs_var.h
+++ b/sys/fs/nfs/nfs_var.h
@@ -570,8 +570,6 @@ int nfsvno_pathconf(vnode_t, int, register_t *, struct ucred *,
NFSPROC_T *);
vnode_t nfsvno_getvp(fhandle_t *);
int nfsvno_advlock(vnode_t, int, u_int64_t, u_int64_t, NFSPROC_T *);
-void nfsvno_unlockvfs(mount_t);
-int nfsvno_lockvfs(mount_t);
int nfsrv_v4rootexport(void *, struct ucred *, NFSPROC_T *);
int nfsvno_testexp(struct nfsrv_descript *, struct nfsexstuff *);
uint32_t nfsrv_hashfh(fhandle_t *);
OpenPOWER on IntegriCloud