X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flprocfs_status.h;h=c40604ba3c08a14cff705f112b4e979791b24388;hp=8f78a84105b74bd9f95973d96e74077baa096b93;hb=5e36bc4fe3b9411f114e33ec71c47d2bccd5505a;hpb=b0ab95d6133e783acacc6329c025d17fb282775e diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index 8f78a84..c40604b 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -375,7 +375,7 @@ struct obd_job_stats { struct list_head ojs_list; /* list of job_stat structs */ rwlock_t ojs_lock; /* protect ojs_list/js_list */ unsigned int ojs_cleanup_interval;/* seconds before expiry */ - time_t ojs_last_cleanup; /* previous cleanup time */ + time64_t ojs_last_cleanup; /* previous cleanup time */ cntr_init_callback ojs_cntr_init_fn;/* lprocfs_stats initializer */ unsigned short ojs_cntr_num; /* number of stats in struct */ bool ojs_cleaning; /* currently expiring stats */