- Move type of lustre_msg to correct spot (alignment)
- Change ost statfs field to uuid.
This version will be tagged as v0_5_1
__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];
};
__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];