summaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorRicardo M. Correia <[email protected]>2009-02-26 18:05:39 +0000
committerBrian Behlendorf <[email protected]>2009-03-05 10:13:59 -0800
commit32f74c5280ca9a753991b97370e7c4c1a4e34ede (patch)
tree47b077b5ddb6ba93e55b8a008965cd7b508c7084 /include/sys
parent04fa349d697f1e28e498059d730c7d810710739a (diff)
XXX: Temporarily disable vmem_size().
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/vmsystm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/vmsystm.h b/include/sys/vmsystm.h
index 929c790d0..e0995c374 100644
--- a/include/sys/vmsystm.h
+++ b/include/sys/vmsystm.h
@@ -58,7 +58,9 @@ extern vmem_t *zio_alloc_arena; /* arena for zio caches */
extern vmem_t *zio_arena; /* arena for allocating zio memory */
extern pgcnt_t spl_kmem_availrmem(void);
+#if 0
extern size_t vmem_size(vmem_t *vmp, int typemask);
+#endif
/*
* The following symbols are available for use within the kernel