Whamcloud - gitweb
b=23003 use obd_time instead of __u64 to store "wallclock" time
[fs/lustre-release.git] / lustre / include / lu_object.h
index 54a72c5..2498508 100644 (file)
@@ -399,11 +399,11 @@ struct lu_attr {
         /** size in bytes */
         __u64          la_size;
         /** modification time in seconds since Epoch */
-        __u64          la_mtime;
+        obd_time       la_mtime;
         /** access time in seconds since Epoch */
-        __u64          la_atime;
+        obd_time       la_atime;
         /** change time in seconds since Epoch */
-        __u64          la_ctime;
+        obd_time       la_ctime;
         /** 512-byte blocks allocated to object */
         __u64          la_blocks;
         /** permission bits and file type */