summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-11-26 10:34:34 +0000
committerglebius <glebius@FreeBSD.org>2013-11-26 10:34:34 +0000
commitf03352540563670e92e7d06780b7fb0d1f97b302 (patch)
tree66c04bd308822dee0874b04680be6afba30331fe /sys/fs
parentb0eda9bba9e8f69f342a59f4beaf9e24398b4f64 (diff)
downloadFreeBSD-src-f03352540563670e92e7d06780b7fb0d1f97b302.zip
FreeBSD-src-f03352540563670e92e7d06780b7fb0d1f97b302.tar.gz
Fix build.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfsclient/nfs_clkdtrace.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/fs/nfsclient/nfs_clkdtrace.c b/sys/fs/nfsclient/nfs_clkdtrace.c
index cf3d8b0..5e6e58c 100644
--- a/sys/fs/nfsclient/nfs_clkdtrace.c
+++ b/sys/fs/nfsclient/nfs_clkdtrace.c
@@ -177,21 +177,6 @@ static dtrace_pops_t dtnfsclient_pops = {
static dtrace_provider_id_t dtnfsclient_id;
/*
- * Most probes are generated from the above RPC table, but for access and
- * attribute caches, we have specific IDs we recognize and handle specially
- * in various spots.
- */
-extern uint32_t nfscl_accesscache_flush_done_id;
-extern uint32_t nfscl_accesscache_get_hit_id;
-extern uint32_t nfscl_accesscache_get_miss_id;
-extern uint32_t nfscl_accesscache_load_done_id;
-
-extern uint32_t nfscl_attrcache_flush_done_id;
-extern uint32_t nfscl_attrcache_get_hit_id;
-extern uint32_t nfscl_attrcache_get_miss_id;
-extern uint32_t nfscl_attrcache_load_done_id;
-
-/*
* When tracing on a procedure is enabled, the DTrace ID for an RPC event is
* stored in one of these two NFS client-allocated arrays; 0 indicates that
* the event is not being traced so probes should not be called.
OpenPOWER on IntegriCloud