X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flu_object.h;h=2498508959e3c63e2138975d2a32c63c1300df13;hb=7c79b455bcc4e589aa07dba4430705545fbf41b5;hp=54a72c59036ff33a45bf0e31f0075f4a538476b7;hpb=033ae3eb4fff8fd5f653ce1a6dfdb6d516658f84;p=fs%2Flustre-release.git diff --git a/lustre/include/lu_object.h b/lustre/include/lu_object.h index 54a72c5..2498508 100644 --- a/lustre/include/lu_object.h +++ b/lustre/include/lu_object.h @@ -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 */