diff options
Diffstat (limited to 'include/linux/nfsd/stats.h')
-rw-r--r-- | include/linux/nfsd/stats.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/nfsd/stats.h b/include/linux/nfsd/stats.h index 2693ef647df..e75b2544ff1 100644 --- a/include/linux/nfsd/stats.h +++ b/include/linux/nfsd/stats.h | |||
@@ -5,16 +5,11 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> | 6 | * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> |
7 | */ | 7 | */ |
8 | |||
9 | #ifndef LINUX_NFSD_STATS_H | 8 | #ifndef LINUX_NFSD_STATS_H |
10 | #define LINUX_NFSD_STATS_H | 9 | #define LINUX_NFSD_STATS_H |
11 | 10 | ||
12 | #include <linux/nfs4.h> | 11 | #include <uapi/linux/nfsd/stats.h> |
13 | |||
14 | /* thread usage wraps very million seconds (approx one fortnight) */ | ||
15 | #define NFSD_USAGE_WRAP (HZ*1000000) | ||
16 | 12 | ||
17 | #ifdef __KERNEL__ | ||
18 | 13 | ||
19 | struct nfsd_stats { | 14 | struct nfsd_stats { |
20 | unsigned int rchits; /* repcache hits */ | 15 | unsigned int rchits; /* repcache hits */ |
@@ -47,5 +42,4 @@ extern struct svc_stat nfsd_svcstats; | |||
47 | void nfsd_stat_init(void); | 42 | void nfsd_stat_init(void); |
48 | void nfsd_stat_shutdown(void); | 43 | void nfsd_stat_shutdown(void); |
49 | 44 | ||
50 | #endif /* __KERNEL__ */ | ||
51 | #endif /* LINUX_NFSD_STATS_H */ | 45 | #endif /* LINUX_NFSD_STATS_H */ |