From: braam Date: Thu, 25 Jul 2002 18:03:54 +0000 (+0000) Subject: - Remaining documentation updates for Client - OST protocol in 0.5.1 X-Git-Tag: 0.5.1~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a8d80ac317fc9d4a936f70084c5376395d337751;p=fs%2Flustre-release.git - Remaining documentation updates for Client - OST protocol in 0.5.1 - Move type of lustre_msg to correct spot (alignment) - Change ost statfs field to uuid. This version will be tagged as v0_5_1 --- diff --git a/lustre/include/linux/lustre_idl.h b/lustre/include/linux/lustre_idl.h index 80f32c4..c15bf28 100644 --- a/lustre/include/linux/lustre_idl.h +++ b/lustre/include/linux/lustre_idl.h @@ -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];