Implement ck1 patchset
/include/linux/nfsd/stats.h
blob:2693ef647df6657ae20ca917f3862921e7e53874 -> blob:8930bb8dd1d8a353e6a7275ae7878aed827d9d63
--- include/linux/nfsd/stats.h
+++ include/linux/nfsd/stats.h
@@ -11,8 +11,8 @@
#include <linux/nfs4.h>
-/* thread usage wraps very million seconds (approx one fortnight) */
-#define NFSD_USAGE_WRAP (HZ*1000000)
+/* thread usage wraps every one hundred thousand seconds (approx one day) */
+#define NFSD_USAGE_WRAP (HZ*100000)
#ifdef __KERNEL__