Whamcloud - gitweb
LU-9019 osd: migrate osd-ldiskfs thandle stats to 64 bit time
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_internal.h
index 453580f..90fa9a2 100644 (file)
@@ -360,10 +360,10 @@ struct osd_thandle {
        struct lquota_trans    *ot_quota_trans;
 #if OSD_THANDLE_STATS
         /** time when this handle was allocated */
-        cfs_time_t oth_alloced;
+       ktime_t oth_alloced;
 
         /** time when this thanle was started */
-        cfs_time_t oth_started;
+       ktime_t oth_started;
 #endif
 };