]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfsd/stats.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / include / linux / nfsd / stats.h
index 7678cfbe9960464d3bc2b3dd3011ff51fb8b863b..2693ef647df6657ae20ca917f3862921e7e53874 100644 (file)
 
 #include <linux/nfs4.h>
 
+/* thread usage wraps very million seconds (approx one fortnight) */
+#define        NFSD_USAGE_WRAP (HZ*1000000)
+
+#ifdef __KERNEL__
+
 struct nfsd_stats {
        unsigned int    rchits;         /* repcache hits */
        unsigned int    rcmisses;       /* repcache hits */
@@ -35,10 +40,6 @@ struct nfsd_stats {
 
 };
 
-/* thread usage wraps very million seconds (approx one fortnight) */
-#define        NFSD_USAGE_WRAP (HZ*1000000)
-
-#ifdef __KERNEL__
 
 extern struct nfsd_stats       nfsdstats;
 extern struct svc_stat         nfsd_svcstats;