From: phil Date: Thu, 4 Mar 2004 19:07:47 +0000 (+0000) Subject: Enlarge the LVB in advance, to avoid an obvious 1.2.0 -> 1.2.1 X-Git-Tag: v1_8_0_110~486^6~103 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ffecdbf068c2803a07c245f6c108b9c506c01b68;p=fs%2Flustre-release.git Enlarge the LVB in advance, to avoid an obvious 1.2.0 -> 1.2.1 protocol change --- 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 *);