Tiger Yang wrote:
> 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.
Yes, tiger may be right. Here is the original mail link.
http://oss.oracle.com/pipermail/ocfs2-devel/2008-July/002489.html

FYI.

Regards,
Tao

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

Reply via email to