Whamcloud - gitweb
- Remaining documentation updates for Client - OST protocol in 0.5.1
authorbraam <braam>
Thu, 25 Jul 2002 18:03:54 +0000 (18:03 +0000)
committerbraam <braam>
Thu, 25 Jul 2002 18:03:54 +0000 (18:03 +0000)
- Move type of lustre_msg to correct spot (alignment)
- Change ost statfs field to uuid.

This version will be tagged as v0_5_1

lustre/include/linux/lustre_idl.h

index 80f32c4..c15bf28 100644 (file)
@@ -113,13 +113,13 @@ struct lustre_msg {
         __u64 addr;
         __u64 cookie; /* security token */
         __u32 magic;
+        __u32 type;
         __u32 version;
         __u32 opc;
         __u64 last_rcvd;
         __u64 last_committed;
         __u64 transno;
         __u32 status;
-        __u32 type;
         __u32   bufcount;
         __u32   buflens[0];
 };
@@ -234,7 +234,7 @@ struct obd_statfs {
         __u64           os_bavail;
         __u64           os_files;
         __u64           os_ffree;
-        __u64           os_fsid;
+        __u8            os_fsid[37];
         __u32           os_bsize;
         __u32           os_namelen;
         __u32           os_spare[12];