reserve some space in mdt_body and mdt_rec_xxx structures and add
MDS_SETATTR64_REC to allow possible expansion of uid/gid to 64 bits
in the future.
r=adilger
r=huanghua
r=fanyong
ENTRY;
CLASSERT(sizeof(struct ll_fid) == sizeof(struct lu_fid));
- CLASSERT(sizeof(struct mds_body) == sizeof(struct mdt_body));
+ CLASSERT(sizeof(struct mds_body) <= sizeof(struct mdt_body));
CLASSERT((int)offsetof(struct mds_body, max_cookiesize) ==
(int)offsetof(struct mdt_body, max_cookiesize));