--- 2693ef647df6657ae20ca917f3862921e7e53874 +++ 8930bb8dd1d8a353e6a7275ae7878aed827d9d63 @@ -11,8 +11,8 @@ #include -/* 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__