aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs.h
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2002-03-20 10:07:52 +0000
committerJeff Roberson <jeff@FreeBSD.org>2002-03-20 10:07:52 +0000
commitab426dc822e3ef42b3e0802acd86b45c37967463 (patch)
tree397a2dd149ec84023ae2f0cdea08eb53dc029e8d /sys/nfsclient/nfs.h
parentc52616142040f2836468e66dd9a38fc26710f7d0 (diff)
downloadsrc-ab426dc822e3ef42b3e0802acd86b45c37967463.tar.gz
src-ab426dc822e3ef42b3e0802acd86b45c37967463.zip
Remove references to vm_zone.h and switch over to the new uma API.
Notes
Notes: svn path=/head/; revision=92783
Diffstat (limited to 'sys/nfsclient/nfs.h')
-rw-r--r--sys/nfsclient/nfs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index 7a0f758a9659..8836eb445892 100644
--- a/sys/nfsclient/nfs.h
+++ b/sys/nfsclient/nfs.h
@@ -122,9 +122,7 @@ MALLOC_DECLARE(M_NFSBIGFH);
MALLOC_DECLARE(M_NFSHASH);
#endif
-#ifdef ZONE_INTERRUPT
-extern vm_zone_t nfsmount_zone;
-#endif
+extern uma_zone_t nfsmount_zone;
extern struct callout_handle nfs_timer_handle;
extern struct nfsstats nfsstats;