Whamcloud - gitweb
Enlarge the LVB in advance, to avoid an obvious 1.2.0 -> 1.2.1
authorphil <phil>
Thu, 4 Mar 2004 19:07:47 +0000 (19:07 +0000)
committerphil <phil>
Thu, 4 Mar 2004 19:07:47 +0000 (19:07 +0000)
protocol change

lustre/include/linux/lustre_idl.h

index cd966c4..8df580b 100644 (file)
@@ -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 *);