From 5cc8ffe0d4d9b652c6008e25f3fc1c6a8fd51976 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 20 Mar 2002 10:07:52 +0000 Subject: Remove references to vm_zone.h and switch over to the new uma API. --- sys/nfsclient/nfs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/nfsclient/nfs.h') 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; -- cgit v1.1