X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_xattr.h;h=a1052f3f0bee0e2ed37d4d29e22583bf7cd7d3cb;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=acc196e66c706ed91a432b7924213a7ea871e3f8;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/jfs/jfs_xattr.h b/fs/jfs/jfs_xattr.h index acc196e66..a1052f3f0 100644 --- a/fs/jfs/jfs_xattr.h +++ b/fs/jfs/jfs_xattr.h @@ -27,12 +27,12 @@ struct jfs_ea { u8 flag; /* Unused? */ u8 namelen; /* Length of name */ - u16 valuelen; /* Length of value */ + __le16 valuelen; /* Length of value */ char name[0]; /* Attribute name (includes null-terminator) */ }; /* Value immediately follows name */ struct jfs_ea_list { - u32 size; /* overall size */ + __le32 size; /* overall size */ struct jfs_ea ea[0]; /* Variable length list */ };