summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2002-03-20 10:07:52 +0000
committerjeff <jeff@FreeBSD.org>2002-03-20 10:07:52 +0000
commit5cc8ffe0d4d9b652c6008e25f3fc1c6a8fd51976 (patch)
tree397a2dd149ec84023ae2f0cdea08eb53dc029e8d /sys/nfsclient/nfs.h
parentd0f60a59c9bb4d69370dd8ce40f1baf9c6f26046 (diff)
downloadFreeBSD-src-5cc8ffe0d4d9b652c6008e25f3fc1c6a8fd51976.zip
FreeBSD-src-5cc8ffe0d4d9b652c6008e25f3fc1c6a8fd51976.tar.gz
Remove references to vm_zone.h and switch over to the new uma API.
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 7a0f758..8836eb4 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;
OpenPOWER on IntegriCloud