Whamcloud - gitweb
LUDOC-296 protocol: remove internal details from descriptions
[doc/protocol.git] / mdt_rec_reint.txt
index 16dab6b..c099e13 100644 (file)
@@ -23,9 +23,9 @@ struct mdt_rec_reint {
        __u32           rr_suppgid2_h;
        struct lu_fid   rr_fid1;
        struct lu_fid   rr_fid2;
-       obd_time        rr_mtime;
-       obd_time        rr_atime;
-       obd_time        rr_ctime;
+       __u64           rr_mtime;
+       __u64           rr_atime;
+       __u64           rr_ctime;
        __u64           rr_size;
        __u64           rr_blocks;
        __u32           rr_bias;
@@ -76,8 +76,9 @@ The 'rr_fid1' and 'rr_fid2' fields specify the file IDs for the
 resources being operated upon. If only one resource is being acted
 upon then 'rr_fid2' is not used.
 
-The 'rr_mtime' 'rr_atime' and 'rr_ctime' fields give the values of the
-time attributes. The 'obd_time' type is also a '__u64'.
+The 'rr_mtime' 'rr_atime' and 'rr_ctime' fields give the object
+timestamps in seconds for the last modification time, the last
+access time, and the last metadata change time, respectively.
 
 The 'rr_size' field gives the value of the size attribute.