summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2015-11-20 23:52:27 +0000
committerglebius <glebius@FreeBSD.org>2015-11-20 23:52:27 +0000
commit6460e3db4e6d4865cbc26bceee8a5e18a88e6adc (patch)
treec46dddf983b8244c5763622d17b760aa6c510841 /sys/sys/mount.h
parent3a63b2a80a42ea40a57a1484d6f37bb3feffebef (diff)
downloadFreeBSD-src-6460e3db4e6d4865cbc26bceee8a5e18a88e6adc.zip
FreeBSD-src-6460e3db4e6d4865cbc26bceee8a5e18a88e6adc.tar.gz
Remove remnants of the old NFS from vnode pager.
Reviewed by: kib Sponsored by: Netflix
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index e4eb43d..f11f8f5 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -590,7 +590,6 @@ struct uio;
MALLOC_DECLARE(M_MOUNT);
#endif
extern int maxvfsconf; /* highest defined filesystem type */
-extern int nfs_mount_type; /* vfc_typenum for nfs, or -1 */
TAILQ_HEAD(vfsconfhead, vfsconf);
extern struct vfsconfhead vfsconf;
OpenPOWER on IntegriCloud