Joel Becker wrote:

>> +struct ocfs2_xattr_entry {
>> +    __le32  xe_name_hash;
>> +    __le16  xe_name_offset;
>> +    __u8    xe_name_len;
>> +    __u8    xe_type : 7;
>> +    __u8    xe_local : 1;
>> +    __le64  xe_value_size;
>> +};
> 
>       We removed the bitfields.

Do we really remove the bitfields? We have no space for new u8 in 
xattr_entry.
Mark said we just need change the bottom bit for xe_local.

> 
>       This got shuffled around for a 64bit checksum field.  Etc.  Can
> you sync up with Tao?
> 
sure. I will sync up those data struct with Tao.

Thanks,
tiger

_______________________________________________
Ocfs2-devel mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to