From cae35d13211910d0d703cc74399344976782c198 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 27 Apr 2002 00:16:14 +0000 Subject: [PATCH] Add last_committed, last_rcvd, and last_xid to the RPC mds_body. --- lustre/include/linux/lustre_idl.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 1.8.3.1