Whamcloud - gitweb
Add last_committed, last_rcvd, and last_xid to the RPC mds_body.
authoradilger <adilger>
Sat, 27 Apr 2002 00:16:14 +0000 (00:16 +0000)
committeradilger <adilger>
Sat, 27 Apr 2002 00:16:14 +0000 (00:16 +0000)
lustre/include/linux/lustre_idl.h

index c36bf31..58a4f60 100644 (file)
@@ -209,6 +209,9 @@ struct mds_body {
         __u32          ino;
         __u32          nlink;
         __u32          generation;
+        __u32          last_xid;
+        __u64          last_committed;
+        __u64          last_rcvd;
 };
 
 /* MDS update records */