From: adilger Date: Sat, 27 Apr 2002 00:16:14 +0000 (+0000) Subject: Add last_committed, last_rcvd, and last_xid to the RPC mds_body. X-Git-Tag: 0.4.2~318 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cae35d13211910d0d703cc74399344976782c198;p=fs%2Flustre-release.git Add last_committed, last_rcvd, and last_xid to the RPC mds_body. --- diff --git a/lustre/include/linux/lustre_idl.h b/lustre/include/linux/lustre_idl.h index c36bf31..58a4f60 100644 --- a/lustre/include/linux/lustre_idl.h +++ b/lustre/include/linux/lustre_idl.h @@ -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 */