From ab426dc822e3ef42b3e0802acd86b45c37967463 Mon Sep 17 00:00:00 2001 From: Jeff Roberson 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 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; -- cgit v1.2.3