Date: Tue, 26 Nov 2013 10:34:34 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258637 - head/sys/fs/nfsclient Message-ID: <201311261034.rAQAYYGZ017812@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Tue Nov 26 10:34:34 2013 New Revision: 258637 URL: http://svnweb.freebsd.org/changeset/base/258637 Log: Fix build. Modified: head/sys/fs/nfsclient/nfs_clkdtrace.c Modified: head/sys/fs/nfsclient/nfs_clkdtrace.c ============================================================================== --- head/sys/fs/nfsclient/nfs_clkdtrace.c Tue Nov 26 10:26:40 2013 (r258636) +++ head/sys/fs/nfsclient/nfs_clkdtrace.c Tue Nov 26 10:34:34 2013 (r258637) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261034.rAQAYYGZ017812>