From ffecdbf068c2803a07c245f6c108b9c506c01b68 Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 4 Mar 2004 19:07:47 +0000 Subject: [PATCH] Enlarge the LVB in advance, to avoid an obvious 1.2.0 -> 1.2.1 protocol change --- 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 cd966c4..8df580b 100644 --- a/lustre/include/linux/lustre_idl.h +++ b/lustre/include/linux/lustre_idl.h @@ -459,6 +459,9 @@ extern void lustre_swab_ost_last_id(obd_id *id); struct ost_lvb { __u64 lvb_size; __u64 lvb_time; + __u64 lvb_atime; + __u64 lvb_ctime; + __u64 lvb_blocks; }; extern void lustre_swab_ost_lvb(struct ost_lvb *); -- 1.8.3.1